diff Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml @ 100:cc91817a4206

Merge
author jorge.rowies
date Sat, 04 Jun 2011 22:46:06 -0300
parents db4b1e2cae49
children f6e4af3a0b09
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml	Sat Jun 04 22:33:05 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Web/Views/Shared/_LogOnPartial.cshtml	Sat Jun 04 22:46:06 2011 -0300
@@ -1,5 +1,5 @@
 @if(Request.IsAuthenticated) {
-    <text>Welcome <b>@Context.User.Identity.Name</b>!
+    <text>Welcome <b>@Html.DisplayName()</b>!
     [ @Html.ActionLink("Log Off", "LogOff", "Account") ]</text>
 }
 else {