mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
Merge branch 'master' of https://github.com/MichaelTheShifter/Project-Unite
This commit is contained in:
commit
d7bba68625
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>@Html.DisplayNameFor(Model => Model.Body)
|
<td>@Html.DisplayNameFor(Model => Model.Body)
|
||||||
<p>This is the content of your topic. You can use Markdown formatting to style your post.</p>
|
<p>This is the content of your topic. You can use Markdown formatting to style your post. <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" title="Markdown Help">Markdown Help</a></p>
|
||||||
</td>
|
</td>
|
||||||
<td>@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control", style = "width:100%", rows = "10" })</td>
|
<td>@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control", style = "width:100%", rows = "10" })</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue