diff Agendas/trunk/src/Agendas.Web/Views/Shared/_Menu.cshtml @ 144:a2b14da4902f

Alta y modificación de ponentes (personas)
author Nelo@Guinea.neluz.int
date Mon, 01 Aug 2011 10:25:23 -0300
parents 8fa58a79656a
children 39ce09df76dc
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/_Menu.cshtml	Mon Aug 01 09:41:29 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/_Menu.cshtml	Mon Aug 01 10:25:23 2011 -0300
@@ -5,6 +5,7 @@
 @if (Request.IsAuthenticated)
 {
     <li>@Html.ActionLink("Perfil", "Index", "Perfil")</li>
+    <li>@Html.ActionLink("Personas", "Index", "Persona")</li>
 }
     <li>@Html.ActionLink("About", "About", "Home")</li>
 </ul>