summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2019-04-12 15:39:10 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2019-04-16 12:57:07 +0300
commit579fa8b8ec7eb38d40c96521f517c9dab8c3b97a (patch)
treea344ec76f90125b398a217e3315c7fcb0f7a8b7c /app/helpers
parenta67b1c17a1284daf6e7f12d3f9c4a80fae59dde9 (diff)
downloadgitlab-ce-579fa8b8ec7eb38d40c96521f517c9dab8c3b97a.tar.gz
Rename CI related selectors
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/ci_status_helper.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/helpers/ci_status_helper.rb b/app/helpers/ci_status_helper.rb
index 355b91a8661..3122d8b5163 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -16,7 +16,7 @@ module CiStatusHelper
label = case status
when 'success'
'passed'
- when 'success_with_warnings'
+ when 'success-with-warnings'
'passed with warnings'
when 'manual'
'waiting for manual action'
@@ -37,7 +37,7 @@ module CiStatusHelper
case status
when 'success'
s_('CiStatusText|passed')
- when 'success_with_warnings'
+ when 'success-with-warnings'
s_('CiStatusText|passed')
when 'manual'
s_('CiStatusText|blocked')
@@ -71,7 +71,7 @@ module CiStatusHelper
case status
when 'success'
'status_success'
- when 'success_with_warnings'
+ when 'success-with-warnings'
'status_warning'
when 'failed'
'status_failed'