yavsc/Yavsc/Views/Shared/DisplayTemplates/ApplicationUserLink.cshtml

5 lines
91 B
Text
Raw Normal View History

2017-10-05 11:58:51 +02:00
@model ApplicationUser
@if (Model!=null) {
@Component.Invoke("Avatar", Model.Id, ".xs")
}