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-18 14:44:27 +0300
committerPhil Hughes <me@iamphill.com>2017-05-18 14:44:27 +0300
commitb8647134d926659b1629e9a58ce042a5ffdf4250 (patch)
tree3aabc707ecdc28c8fdea331b8ef3675cbeda2814 /app/views/projects/issues
parent907dd68e0a18e995dc5772c9bc8117aa150edc25 (diff)
parentf5675666a11ff296e27b6dbdf0f789242fcd1b7f (diff)
Merge branch 'issue-edit-inline' into issue-edit-inline-move-project
[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 a35de038f2f..8359910c679 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,
"can-move" => @issue.can_move?(current_user).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'),
"projects-autocomplete-url" => autocomplete_projects_path(project_id: @project.id),