Mercurial > altnet-hispano
view Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 167:ea85bd893247
Ajustes menores de UI
author | nelopauselli |
---|---|
date | Sat, 06 Aug 2011 02:51:07 -0300 |
parents | f6e4af3a0b09 |
children |
line wrap: on
line source
@if(Request.IsAuthenticated) { <text>Bienvenido <b>@Html.DisplayName()</b>! [ @Html.ActionLink("Salir", "LogOff", "Account") ]</text> } else { @:[ @Html.ActionLink("Ingresar", "LogOn", "Account") ] }