yavsc/src/Yavsc.Org/Views/Shared/DisplayTemplates/ApplicationUserLink.cshtml
Paul Schneider 40e8e08690 reorg
2026-02-28 21:17:54 +00:00

5 lines
162 B
Text

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