Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Views/Evento/Index.cshtml @ 212:6944c54f834f
Ticket 175: Se cambia el mensaje por una pantalla de confirmaciĆ³n, que sugiere los textos.
author | juanjose.montesdeocaarbos |
---|---|
date | Fri, 26 Aug 2011 21:54:36 -0300 |
parents | 2d02adb79322 |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Evento/Index.cshtml Fri Aug 26 07:27:01 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Evento/Index.cshtml Fri Aug 26 21:54:36 2011 -0300 @@ -35,7 +35,7 @@ } @if (item.PuedeConfirmar) { - @Html.ActionLink("Confirmar", "Confirmar", new { id = item.Id }, new { @class = "ui-button-confirm" }) + @Html.ActionLink("Confirmar", "Confirmar", new { id = item.Id }) <span> </span> } @if (item.PuedePublicar)