summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-23 19:24:29 -0400
committerMichael <[email protected]>2017-03-23 19:24:29 -0400
commit7f865f478a70e14102ea1d5b09830b2c3069222c (patch)
treee93f1a3e47f368fb6168428f49b53d7548d1c90d
parentb3e784410dfc2103e099eea2a0252ee9fc8cea91 (diff)
downloadproject-unite-7f865f478a70e14102ea1d5b09830b2c3069222c.tar.gz
project-unite-7f865f478a70e14102ea1d5b09830b2c3069222c.tar.bz2
project-unite-7f865f478a70e14102ea1d5b09830b2c3069222c.zip
yrfyenoh
-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))
{