mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +00:00
yrfyenoh
This commit is contained in:
parent
b3e784410d
commit
7f865f478a
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue