diff Agendas/trunk/src/Agendas.Web/Views/Shared/_Menu.cshtml @ 118:b74734a1a755

Manejo de eventos por estado
author Nelo@Kenia.neluz.int
date Wed, 22 Jun 2011 09:32:59 -0300
parents 0bca45e1e664
children 8fa58a79656a
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/_Menu.cshtml	Sun Jun 19 13:35:34 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/_Menu.cshtml	Wed Jun 22 09:32:59 2011 -0300
@@ -1,6 +1,5 @@
 <ul id="menu">
     <li>@Html.ActionLink("Home", "Index", "Home")</li>
-    <li>@Html.ActionLink("Propuestas", "Index", "Propuesta")</li>
     <li>@Html.ActionLink("Eventos", "Index", "Evento")</li>
     <li>@Html.ActionLink("Histórico", "Index", "Histórico")</li>
 @if (Request.IsAuthenticated)