From cc107c23d0a3ecd1912aa80415c2bc87b6a5a0e4 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 18 May 2017 19:55:05 -0400 Subject: [PATCH] change avatar button --- Project-Unite/Views/Manage/Index.cshtml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml index 0e02bc3..6924950 100644 --- a/Project-Unite/Views/Manage/Index.cshtml +++ b/Project-Unite/Views/Manage/Index.cshtml @@ -21,6 +21,7 @@
+ @if (!string.IsNullOrWhiteSpace(Model.FullName)) {

@Model.FullName

@@ -28,17 +29,18 @@
@Model.DisplayName
-
+

Profile settings

Edit your public profile here.