summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Project-Unite/Views/Profiles/ViewProfile.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Profiles/ViewProfile.cshtml b/Project-Unite/Views/Profiles/ViewProfile.cshtml
index 556fb96..b208d01 100644
--- a/Project-Unite/Views/Profiles/ViewProfile.cshtml
+++ b/Project-Unite/Views/Profiles/ViewProfile.cshtml
@@ -27,7 +27,7 @@
<div class="col-xs-4">
@if(Model.UserName == User.Identity.Name)
{
- Html.RenderPartial("~/Profiles/_NewPost.cshtml", new Project_Unite.Models.UserPost());
+ Html.RenderPartial("~/Views/Profiles/_NewPost.cshtml", new Project_Unite.Models.UserPost());
}
@foreach(var post in Model.Posts.OrderByDescending(x => x.PostedAt))
{