feat: nav-brand nav-header 增加超链接地址

This commit is contained in:
Argo Zhang 2019-08-16 11:32:14 +08:00
parent 77d38d3cab
commit 0aae95e7b9
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 8 additions and 4 deletions

View File

@ -2,12 +2,16 @@
<aside>
<div class="bg"></div>
<div class="nav-brand justify-content-center">
<a href="~/Admin/Index">
<img src="~/favicon.png" />
<span>@Model.Title</span>
</a>
</div>
<div class="nav-header flex-fill align-items-center">
<a href="~/Admin/Profiles">
<img src="@Url.Content(Model.Icon)" />
<span class="d-inline-block font-weight-bold flex-fill">@Model.DisplayName</span>
</a>
</div>
<!-- sidebar menu start-->
<div class="sidebar">