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
@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"]
-
- }
- }
+
+@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"]
+
+ }
+
+