diff options
Diffstat (limited to 'Project-Unite/Views/Profiles/_NewPost.cshtml')
| -rw-r--r-- | Project-Unite/Views/Profiles/_NewPost.cshtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Project-Unite/Views/Profiles/_NewPost.cshtml b/Project-Unite/Views/Profiles/_NewPost.cshtml index d1ff6be..3188f94 100644 --- a/Project-Unite/Views/Profiles/_NewPost.cshtml +++ b/Project-Unite/Views/Profiles/_NewPost.cshtml @@ -1,6 +1,7 @@ @model Project_Unite.Models.UserPost <div class="panel"> + <div class="panel-body"> @using (Html.BeginForm("PostContent", "Profiles")) { @Html.AntiForgeryToken() @@ -8,6 +9,7 @@ @Html.TextAreaFor(Model=>Model.PostContents, new {@class="form-control", rows="5"}) <input type="submit" class="btn btn-default" value="Post" /> } + </div> </div> |
