From ba9cbf4b04cfc0d00c7948144c5bc5b32964c2e3 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 17 May 2017 19:12:58 -0400 Subject: [PATCH] minor ui revamp of account settings --- Project-Unite/Views/Manage/Index.cshtml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml index c513f9b..6d9a8dc 100644 --- a/Project-Unite/Views/Manage/Index.cshtml +++ b/Project-Unite/Views/Manage/Index.cshtml @@ -2,27 +2,26 @@ @{ ViewBag.Title = "My profile"; } +

@ViewBag.StatusMessage

-

@if (string.IsNullOrWhiteSpace(Model.FullName)) +
+

@if (string.IsNullOrWhiteSpace(Model.FullName)) { @Model.DisplayName } else { @Model.FullName (@Model.DisplayName) }

-
-

@ViewBag.StatusMessage

- - +
@@ -129,4 +128,5 @@
+

\ No newline at end of file