Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 159:f6e4af3a0b09
Cambios mínimos de diseño.
author | juanjose.montesdeocaarbos |
---|---|
date | Fri, 05 Aug 2011 21:37:30 -0300 |
parents | db4b1e2cae49 |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml Thu Aug 04 18:45:18 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml Fri Aug 05 21:37:30 2011 -0300 @@ -1,7 +1,7 @@ @if(Request.IsAuthenticated) { - <text>Welcome <b>@Html.DisplayName()</b>! - [ @Html.ActionLink("Log Off", "LogOff", "Account") ]</text> + <text>Bienvenido <b>@Html.DisplayName()</b>! + [ @Html.ActionLink("Salir", "LogOff", "Account") ]</text> } else { - @:[ @Html.ActionLink("Log On", "LogOn", "Account") ] + @:[ @Html.ActionLink("Ingresar", "LogOn", "Account") ] }