From 1041eb760bb457f293d5be29880c5231815bfa34 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 24 Mar 2017 12:11:07 -0400 Subject: Add bodies to post panels. --- Project-Unite/Views/Profiles/ViewProfile.cshtml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project-Unite/Views/Profiles/ViewProfile.cshtml') 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 @@ {
+

Posted on @post.PostedAt:

@Html.Markdown(post.PostContents)

+
} -- cgit v1.2.3