comparison 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
comparison
equal deleted inserted replaced
157:f17252543cbf 159:f6e4af3a0b09
1 @if(Request.IsAuthenticated) { 1 @if(Request.IsAuthenticated) {
2 <text>Welcome <b>@Html.DisplayName()</b>! 2 <text>Bienvenido <b>@Html.DisplayName()</b>!
3 [ @Html.ActionLink("Log Off", "LogOff", "Account") ]</text> 3 [ @Html.ActionLink("Salir", "LogOff", "Account") ]</text>
4 } 4 }
5 else { 5 else {
6 @:[ @Html.ActionLink("Log On", "LogOn", "Account") ] 6 @:[ @Html.ActionLink("Ingresar", "LogOn", "Account") ]
7 } 7 }