feat: 前台 nav-header 链接为个人中心

This commit is contained in:
Argo Zhang 2019-08-18 16:23:52 +08:00
parent 2d0a83a8b6
commit 9b3bc8385f
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</a>
</div>
<div class="nav-header flex-fill align-items-center">
<a href="~/Home/Index">
<a href="@Model.ProfilesUrl">
<img src="@Url.Content(Model.Icon)" />
<span class="username d-inline-block text-truncate font-weight-bold flex-fill">@Model.DisplayName</span>
</a>