diff --git a/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml b/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml index c02b0fd3..f9f2e0a1 100644 --- a/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml +++ b/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml @@ -1,9 +1,8 @@ @model ApplicationUser -@if (Model!=null) {

@Component.Invoke("Avatar", Model.Id, ".s")

@if (Model.Posts!=null && Model.Posts.Count()>1) { @SR["index de ses articles"] } -
} +