We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bb801 commit dde4623Copy full SHA for dde4623
src/AbpCompanyName.AbpProjectName.WebMpa/Views/Layout/_UserMenuOrLoginLink.cshtml
@@ -2,7 +2,7 @@
2
@if (Model.LoginInformations != null)
3
{
4
<li class="dropdown">
5
- <a href="" data-toggle="dropdown"><i class="fa fa-user"></i> <span>{{vm.getShownUserName()}}</span> <b class="caret"></b></a>
+ <a href="" data-toggle="dropdown"><i class="fa fa-user"></i> <span>@Html.Raw(Model.GetShownLoginName())</span> <b class="caret"></b></a>
6
<ul class="dropdown-menu">
7
<li><a href="@Url.Action("Logout", "Account")"><i class="fa fa-sign-out"></i> @L("Logout")</a></li>
8
</ul>
0 commit comments