This commit is contained in:
Paul Schneider 2017-01-20 00:51:02 +01:00
commit b45b927b1e
11 changed files with 100 additions and 56 deletions

View file

@ -1,4 +1,5 @@
@model ApplicationUser
<img src="~/Avatars/@(Model.UserName).xs.png" alt="avatar">
@Model.UserName
<ul>
@ -18,5 +19,4 @@ asp-route-id="@Model.UserName">@SR["His blog"]</a>
<li> @SR["Uses the mobile application, and receives push notifications"]
</li>
}
</ul>
</ul>