some much smarter solution to avatar source updates rendering
This commit is contained in:
parent
c9707819f6
commit
6ee5a32c31
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<ul class="nav navbar-nav navbar-right">
|
||||
<li>
|
||||
<a asp-controller="Manage" class="navbar-link" asp-action="Index" title="Manage">
|
||||
@Component.Invoke("Avatar", User.GetUserId(), ".xs")
|
||||
<img src="@(User.GetUserName()+".xs")" asp-append-version="true" />
|
||||
</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue