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:
authorSimon Knox <simon@gitlab.com>2018-01-17 17:09:59 +0300
committerDouwe Maan <douwe@gitlab.com>2018-01-17 17:09:59 +0300
commitbfdde96f4870bf0e7f1e19541ffc884a97fd29f8 (patch)
tree8957d96322200f7092615509c229158719689d14 /app/helpers/issues_helper.rb
parentf2b7da8afb9f6309135738960ebf20d2afe4bec9 (diff)
Resolve "Closed issue label in todo's styling is difficult to read"
Diffstat (limited to 'app/helpers/issues_helper.rb')
-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 0f110bd25c5..64cd3032780 100644
--- a/app/helpers/issues_helper.rb
+++ b/app/helpers/issues_helper.rb
@@ -72,7 +72,7 @@ module IssuesHelper
if item.try(:expired?)
'status-box-expired'
elsif item.try(:merged?)
- 'status-box-merged'
+ 'status-box-mr-merged'
elsif item.closed?
'status-box-mr-closed'
elsif item.try(:upcoming?)