removing avatar component

This commit is contained in:
Paul Schneider 2019-09-27 03:21:35 +01:00
commit 642b43796f
4 changed files with 7 additions and 24 deletions

View file

@ -1,5 +1,5 @@
@model ApplicationUser
@if (Model!=null) {
@Component.Invoke("Avatar", Model.Id, ".xs")
<img src="/Avatars/@(Model.UserName+".xs").png" asp-append-version="true" class="smalltofhol" />
}