mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
experimenting
This commit is contained in:
parent
73373c6a00
commit
e2a91f2b14
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-2">
|
||||
<div class="col-xs-3">
|
||||
<img class="avatar" src="@Model.AvatarUrl" width="128" height="128" />
|
||||
@if (!string.IsNullOrWhiteSpace(Model.FullName))
|
||||
{
|
||||
|
@ -55,7 +55,7 @@
|
|||
|
||||
|
||||
</div>
|
||||
<div class="col-xs-10">
|
||||
<div class="col-xs-9">
|
||||
@if(Model.UserName == User.Identity.Name)
|
||||
{
|
||||
Html.RenderPartial("~/Views/Profiles/_NewPost.cshtml", new Project_Unite.Models.UserPost());
|
||||
|
|
Loading…
Reference in a new issue