This commit is contained in:
Paul Schneider 2016-12-01 17:34:29 +01:00
commit fbd352e788
18 changed files with 179 additions and 55 deletions

View file

@ -16,6 +16,7 @@
[<a asp-controller="Manage"
asp-action="CHUN">@SR["Change"]</a>]
</dd>
@if (Model.Roles.Count()>0) {
<dt>@SR["Roles"]:</dt>
<dd>
@ -45,7 +46,9 @@
</dd>
<dt>@SR["Avatar"]:</dt>
<dd>@Model.Avatar
<dd>
<img src="~/Avatars/@(User.Identity.Name).png">
@Model.Avatar
[<a asp-controller="Manage" asp-action="SetAvatar"
>@SR[@Model.Avatar==null?"Set":"Modify"]</a>]
</dd>