summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-28 15:58:02 +0200
committerMarin Jankovski <marin@gitlab.com>2014-05-29 08:58:15 +0200
commitf79a300417120bb2bdd5d5b22c8ced42e5c3dab7 (patch)
tree911eef2e7a33785c9c6f6728e0a2a3a127ac0a40 /app/views/projects/wikis
parenta9580a157a39bd6d7bc046f1bada88eb5d698b9c (diff)
downloadgitlab-ce-f79a300417120bb2bdd5d5b22c8ced42e5c3dab7.tar.gz
Replace existing links to help pages with the new ones.
Diffstat (limited to 'app/views/projects/wikis')
-rw-r--r--app/views/projects/wikis/_form.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/wikis/_form.html.haml b/app/views/projects/wikis/_form.html.haml
index 303cec8e982..a0a56b84a10 100644
--- a/app/views/projects/wikis/_form.html.haml
+++ b/app/views/projects/wikis/_form.html.haml
@@ -24,9 +24,8 @@
.col-sm-10
= f.text_area :content, class: 'form-control js-gfm-input markdown-area', rows: 18
.col-sm-12.hint
- .pull-left Wiki content is parsed with #{link_to "GitLab Flavored Markdown", help_markdown_path, target: '_blank'}.
+ .pull-left Wiki content is parsed with #{link_to "GitLab Flavored Markdown", help_page_path("markdown", "markdown"), target: '_blank'}
.pull-right Attach images (JPG, PNG, GIF) by dragging & dropping, #{link_to "selecting them", '#', class: 'markdown-selector' } or pasting from the clipboard.
-
.clearfix
.error-alert
.form-group