diff Agendas/trunk/src/Agendas.Web/Views/Perfil/Index.cshtml @ 179:1deccd6c3cb2

Aplicando seguridad x roles en sitio web
author nelopauselli
date Mon, 08 Aug 2011 15:24:26 -0300
parents 97e51ddeeb58
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Perfil/Index.cshtml	Mon Aug 08 12:30:37 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Perfil/Index.cshtml	Mon Aug 08 15:24:26 2011 -0300
@@ -33,6 +33,6 @@
 	<br/>
 	@Html.ActionLink("Asociar cuenta de Google", "AddGoogleAccount")
 	-->
-	@Html.ActionLink("Modificar datos", "Modificar", "Persona", new {id=Model.Id}, null)
+	@Html.ActionLink("Modificar datos", "Modificar")
 </div>
 <br/>