diff options
Diffstat (limited to 'Project-Unite/Views/Forum/CreateTopic.cshtml')
| -rw-r--r-- | Project-Unite/Views/Forum/CreateTopic.cshtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Views/Forum/CreateTopic.cshtml b/Project-Unite/Views/Forum/CreateTopic.cshtml index cb080dd..9d3df84 100644 --- a/Project-Unite/Views/Forum/CreateTopic.cshtml +++ b/Project-Unite/Views/Forum/CreateTopic.cshtml @@ -17,7 +17,7 @@ </tr> <tr> <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>@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control", style = "width:100%", rows = "10" })</td> </tr> @@ -83,4 +83,4 @@ <p>Not yet implemented.</p> </div> </div> -}
\ No newline at end of file +} |
