From 7f865f478a70e14102ea1d5b09830b2c3069222c Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 23 Mar 2017 19:24:29 -0400 Subject: [PATCH] yrfyenoh --- Project-Unite/Views/Profiles/ViewProfile.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
@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)) {