summaryrefslogtreecommitdiff
path: root/app/views/projects/issues
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-15 12:28:42 +0100
committerPhil Hughes <me@iamphill.com>2017-05-15 12:28:42 +0100
commit96a46521002f17aff2fc09f02778432ae049c6ee (patch)
tree28358860f521935fde18506575d682dc27577718 /app/views/projects/issues
parentaa6d92aedb61bdc9f5c1edec95dfe3f938a4d08f (diff)
downloadgitlab-ce-96a46521002f17aff2fc09f02778432ae049c6ee.tar.gz
Added markdown docs link
[ci skip]
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r--app/views/projects/issues/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index a552771d167..2b095648dcf 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -56,6 +56,7 @@
"can-destroy" => can?(current_user, :destroy_issue, @issue).to_s,
"issuable-ref" => @issue.to_reference,
"markdown-preview-url" => preview_markdown_path(@project),
+ "markdown-docs" => help_page_path('user/markdown'),
} }
%h2.title= markdown_field(@issue, :title)
- if @issue.description.present?