summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Profiles/ViewProfile.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Views/Profiles/ViewProfile.cshtml')
-rw-r--r--Project-Unite/Views/Profiles/ViewProfile.cshtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Project-Unite/Views/Profiles/ViewProfile.cshtml b/Project-Unite/Views/Profiles/ViewProfile.cshtml
index b5ed038..2c2b942 100644
--- a/Project-Unite/Views/Profiles/ViewProfile.cshtml
+++ b/Project-Unite/Views/Profiles/ViewProfile.cshtml
@@ -47,6 +47,7 @@
{
<div class="panel">
+ <div class="panel-body">
<p><strong>Posted on @post.PostedAt</strong>:</p>
<p>@Html.Markdown(post.PostContents)</p>
<ul class="nav nav-pills">
@@ -63,6 +64,7 @@
<li><a href="@dislikeLink"><span class="glyphicon glyphicon-thumbs-down"></span> @post.Dislikes.Length</a></li>
</ul>
+ </div>
</div>
}
</div>