diff Agendas/trunk/src/Agendas.Web/Views/Evento/Agendar.cshtml @ 154:2233039ac2eb

Unificando vistas
author Nelo@Guinea.neluz.int
date Wed, 03 Aug 2011 01:02:42 -0300
parents 19bab30521da
children
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Evento/Agendar.cshtml	Wed Aug 03 00:49:25 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Evento/Agendar.cshtml	Wed Aug 03 01:02:42 2011 -0300
@@ -16,6 +16,7 @@
             @Html.EditorForModel()
             <p>
                 <input type="submit" value="Guardar" />
+                @Html.ActionLink("Cancelar", "Index")
             </p>
         </fieldset>
     </div>