From 6418b2341e6fa1ff6f1e8e39c15e7ba0cdd375b1 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 24 Mar 2017 12:15:00 -0400 Subject: [PATCH] Adjust column widths. --- Project-Unite/Views/Profiles/ViewProfile.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project-Unite/Views/Profiles/ViewProfile.cshtml b/Project-Unite/Views/Profiles/ViewProfile.cshtml index 2c2b942..171d37f 100644 --- a/Project-Unite/Views/Profiles/ViewProfile.cshtml +++ b/Project-Unite/Views/Profiles/ViewProfile.cshtml @@ -29,7 +29,7 @@
-
+

User stats

  • @Model.Codepoints Codepoints
  • @@ -38,7 +38,7 @@
  • Topics: @Model.TopicCount
-
+
@if(Model.UserName == User.Identity.Name) { Html.RenderPartial("~/Views/Profiles/_NewPost.cshtml", new Project_Unite.Models.UserPost());