mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +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="row">
|
||||||
<div class="col-xs-2">
|
<div class="col-xs-3">
|
||||||
<img class="avatar" src="@Model.AvatarUrl" width="128" height="128" />
|
<img class="avatar" src="@Model.AvatarUrl" width="128" height="128" />
|
||||||
@if (!string.IsNullOrWhiteSpace(Model.FullName))
|
@if (!string.IsNullOrWhiteSpace(Model.FullName))
|
||||||
{
|
{
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-10">
|
<div class="col-xs-9">
|
||||||
@if(Model.UserName == User.Identity.Name)
|
@if(Model.UserName == User.Identity.Name)
|
||||||
{
|
{
|
||||||
Html.RenderPartial("~/Views/Profiles/_NewPost.cshtml", new Project_Unite.Models.UserPost());
|
Html.RenderPartial("~/Views/Profiles/_NewPost.cshtml", new Project_Unite.Models.UserPost());
|
||||||
|
|
Loading…
Reference in a new issue