diff options
| author | craftxbox <[email protected]> | 2017-03-21 23:03:09 -0230 |
|---|---|---|
| committer | craftxbox <[email protected]> | 2017-03-21 23:03:09 -0230 |
| commit | d7bba6862537d007eb6258cf09f0e380a0b590be (patch) | |
| tree | 3a3fb469cf0cef972322190c4d35cde7f796735c /Project-Unite/Views/Forum/CreateTopic.cshtml | |
| parent | 02b638b4a2718eae56793e591c119d4d8f96ea17 (diff) | |
| parent | 4882353b24b2be023a63630e29bc077a15dbf5f1 (diff) | |
| download | project-unite-d7bba6862537d007eb6258cf09f0e380a0b590be.tar.gz project-unite-d7bba6862537d007eb6258cf09f0e380a0b590be.tar.bz2 project-unite-d7bba6862537d007eb6258cf09f0e380a0b590be.zip | |
Merge branch 'master' of https://github.com/MichaelTheShifter/Project-Unite
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 +} |
