summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-12-12 21:44:59 -0600
committerEric Eastwood <contact@ericeastwood.com>2017-12-13 00:11:57 -0600
commita5439897d20b80274733605862d050b2abfb1cb3 (patch)
tree53afa0537e6bce6891708cdc5a689594b1695459 /app/helpers
parent31fa9313991881258b4697cb507cfc8ab205b7dc (diff)
downloadgitlab-ce-a5439897d20b80274733605862d050b2abfb1cb3.tar.gz
Update issuable status icons33926-update-issuable-icons
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33926 Changed file icons already addressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15367
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/issues_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb
index 212cdbb8157..0f110bd25c5 100644
--- a/app/helpers/issues_helper.rb
+++ b/app/helpers/issues_helper.rb
@@ -74,7 +74,7 @@ module IssuesHelper
elsif item.try(:merged?)
'status-box-merged'
elsif item.closed?
- 'status-box-closed'
+ 'status-box-mr-closed'
elsif item.try(:upcoming?)
'status-box-upcoming'
else