From 588d21569c6a6adfcb9a75c29c57c43dc7954f06 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 17 May 2017 16:23:55 -0400 Subject: individual post subjects --- Project-Unite/Views/Forum/PostReply.cshtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Project-Unite/Views/Forum/PostReply.cshtml') diff --git a/Project-Unite/Views/Forum/PostReply.cshtml b/Project-Unite/Views/Forum/PostReply.cshtml index 2305204..6080a79 100644 --- a/Project-Unite/Views/Forum/PostReply.cshtml +++ b/Project-Unite/Views/Forum/PostReply.cshtml @@ -12,7 +12,11 @@ - + + + + -- cgit v1.2.3
@Html.DisplayNameFor(Model => Model.Body) + Subject:@Html.TextBoxFor(Model=>Model.Subject, new{@class="form-control"})
@Html.DisplayNameFor(Model => Model.Body)

This is the content of your topic. You can use Markdown formatting to style your post.

@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control", style = "width:100%", rows = "10" })