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