- <%: %> continued.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-06-09 13:29:01 -07:00
parent 20eb19569f
commit 519fc0cceb

View File

@@ -2,7 +2,7 @@
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
<div id="logindisplay">
<% if (Request.IsAuthenticated) { %>
<%: T("Welcome, <strong>{0}</strong>!", Page.User.Identity.Name) %>
<%= T("Welcome, <strong>{0}</strong>!", Page.User.Identity.Name) %>
<%: Html.ActionLink(T("Log Off").ToString(), "LogOff", new { Controller = "Account", Area = "Orchard.Users", ReturnUrl = Context.Request.RawUrl })%>
&nbsp;&#124;&nbsp;<%: Html.ActionLink("Admin", "Index", new {Area = "Dashboard", Controller = "Admin"})%>
<% } else { %>