Skip to content

Commit dde4623

Browse files
committed
Fixed user name.
1 parent 51bb801 commit dde4623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbpCompanyName.AbpProjectName.WebMpa/Views/Layout/_UserMenuOrLoginLink.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@if (Model.LoginInformations != null)
33
{
44
<li class="dropdown">
5-
<a href="" data-toggle="dropdown"><i class="fa fa-user"></i> <span>{{vm.getShownUserName()}}</span> <b class="caret"></b></a>
5+
<a href="" data-toggle="dropdown"><i class="fa fa-user"></i> <span>@Html.Raw(Model.GetShownLoginName())</span> <b class="caret"></b></a>
66
<ul class="dropdown-menu">
77
<li><a href="@Url.Action("Logout", "Account")"><i class="fa fa-sign-out"></i> @L("Logout")</a></li>
88
</ul>

0 commit comments

Comments
 (0)