From 52f5a653f0999740fccd7414d343a603bdb81267 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 19 Jan 2017 15:31:35 +0100 Subject: [PATCH] html --- .../DisplayTemplates/ApplicationUser.cshtml | 37 ++++++++++--------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml b/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml index d7e5cb4e..dd5654e0 100644 --- a/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml +++ b/Yavsc/Views/Shared/DisplayTemplates/ApplicationUser.cshtml @@ -1,21 +1,22 @@ @model ApplicationUser -blah avatar @Model.UserName - @if (Model.Posts!=null) { -
  • @SR["His blog"] -
  • - } - @if (!string.IsNullOrEmpty( - Model.DedicatedGoogleCalendar)) - { -
  • @SR["Exposes his Google calendar!"] -
  • - } - @if (Model.Devices?.Count>0) - { -
  • @SR["Uses the mobile application, and receives push notifications"] -
  • - } - } + +