Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-17 11:59:08 +0300
committerPhil Hughes <me@iamphill.com>2017-05-17 11:59:08 +0300
commit6963442d6719f1428105d39e017438f26eeae928 (patch)
tree1cf16993ccfff3ba50844b544d708a8eb05a0e4b /app/views/projects/issues/show.html.haml
parent2a9347410263d87c2b79a5facb04826fd8d8dacf (diff)
parent4fcff0bfa2f0d8b0a9f60e93bee807334557918f (diff)
Merge branch 'issue-edit-inline' into issue-edit-inline-confidential
[ci skip]
Diffstat (limited to 'app/views/projects/issues/show.html.haml')
-rw-r--r--app/views/projects/issues/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index c21cea259a1..9afffdba354 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -56,6 +56,8 @@
"can-destroy" => can?(current_user, :destroy_issue, @issue).to_s,
"issuable-ref" => @issue.to_reference,
"is-confidential" => @issue.confidential.to_s,
+ "markdown-preview-url" => preview_markdown_path(@project),
+ "markdown-docs" => help_page_path('user/markdown'),
} }
%h2.title= markdown_field(@issue, :title)
- if @issue.description.present?