summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-09-18 14:18:51 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-18 14:18:51 +0000
commitbdbded586beb38e2ee4642c6a1e78ccbebc094dc (patch)
treeb4ed16e070e6fc4ff99fcb353bc1af1ae0d066bd /app/views
parent80f61b4035607d7cd87de993b8f5e996bde3481f (diff)
downloadgitlab-ce-bdbded586beb38e2ee4642c6a1e78ccbebc094dc.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/issues/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml
index 1843ad7bb75..17f6fe95f10 100644
--- a/app/views/projects/issues/show.html.haml
+++ b/app/views/projects/issues/show.html.haml
@@ -12,11 +12,11 @@
.detail-page-header
.detail-page-header-body
- .issuable-status-box.status-box.status-box-issue-closed{ class: issue_button_visibility(@issue, false) }
+ .issuable-status-box.status-box.status-box-issue-closed{ class: issue_status_visibility(@issue, status_box: :closed) }
= sprite_icon('mobile-issue-close', size: 16, css_class: 'd-block d-sm-none')
.d-none.d-sm-block
= issue_closed_text(@issue, current_user)
- .issuable-status-box.status-box.status-box-open{ class: issue_button_visibility(@issue, true) }
+ .issuable-status-box.status-box.status-box-open{ class: issue_status_visibility(@issue, status_box: :open) }
= sprite_icon('issue-open-m', size: 16, css_class: 'd-block d-sm-none')
%span.d-none.d-sm-block Open