experimenting

This commit is contained in:
Michael 2017-05-17 18:49:23 -04:00
parent 73373c6a00
commit e2a91f2b14

View file

@ -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());