summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/show.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-17 15:48:15 +0100
committerPhil Hughes <me@iamphill.com>2017-05-17 15:48:15 +0100
commit4f0849f2fd1427b21bd6a043223f49d0c77fa3a3 (patch)
tree0c5922905959b40f17f3825764e94b9c27436f8e /app/views/projects/issues/show.html.haml
parent3301ca10552e7d95d7fb5108a180caa38ddfb9c5 (diff)
parent81c69c288b626a5bea2d5abddfe5dab1107e35e1 (diff)
downloadgitlab-ce-4f0849f2fd1427b21bd6a043223f49d0c77fa3a3.tar.gz
Merge branch 'issue-edit-inline' into issue-edit-inline-description-template
[ci skip]
Diffstat (limited to 'app/views/projects/issues/show.html.haml')
-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 3518bf54666..3c55a517a31 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -56,6 +56,7 @@
"can-update" => can?(current_user, :update_issue, @issue).to_s,
"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'),
} }