summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTimothy Andrew <mail@timothyandrew.net>2016-05-31 11:06:45 +0530
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-08-02 12:59:01 +0300
commitf0b73f81198a9cba8961774f45e0b96f0cb73c78 (patch)
treecedf93c09fb13bbdb1669d4265b4b496d3454a49 /app
parent632113e43cc3296759b11dc20b1b7f2f056278f0 (diff)
downloadgitlab-ce-f0b73f81198a9cba8961774f45e0b96f0cb73c78.tar.gz
Add help document describing wiki linking behavior.
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/wikis/_form.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/wikis/_form.html.haml b/app/views/projects/wikis/_form.html.haml
index 797a1a59e9f..893bea3c759 100644
--- a/app/views/projects/wikis/_form.html.haml
+++ b/app/views/projects/wikis/_form.html.haml
@@ -20,6 +20,8 @@
.help-block
To link to a (new) page, simply type
%code [Link Title](page-slug)
+ \. More examples are in the
+ = link_to 'documentation', help_page_path(category: 'markdown', file: 'wiki', format: 'md')
\.
.form-group
= f.label :commit_message, class: 'control-label'