diff Agendas/trunk/src/Agendas.Web/Views/Shared/_Menu.cshtml @ 278:6f5ab71614d4

#125: ABM de patrocinadores.
author juanjose.montesdeocaarbos
date Wed, 21 Dec 2011 08:47:05 -0300
parents 39ce09df76dc
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/_Menu.cshtml	Tue Dec 20 08:28:33 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/_Menu.cshtml	Wed Dec 21 08:47:05 2011 -0300
@@ -8,6 +8,9 @@
     <li class="rmItem">
         <a class="rmLink" href="@Url.Action("Index", "Historico")"><span class="rmText">Histórico</span></a>
     </li>
+    <li class="rmItem">
+        <a class="rmLink" href="@Url.Action("Index", "Patrocinador")"><span class="rmText">Patrocinadores</span></a>
+    </li>
 @if (Request.IsAuthenticated)
 {
     <li class="rmItem">