Mercurial > altnet-hispano
view 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 source
@if(Request.IsAuthenticated) { <text>Bienvenido <b>@Html.DisplayName()</b>! [ @Html.ActionLink("Salir", "LogOff", "Account") ]</text> } else { @:[ @Html.ActionLink("Ingresar", "LogOn", "Account") ] }