summaryrefslogtreecommitdiff
path: root/app/helpers/runners_helper.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-10-14 13:51:29 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-10-14 17:29:18 +0200
commitd9e2232f6393a1627847c9f6c2be3c4f987d0797 (patch)
tree49810efcee3548b6d53adb2626aeea10064aa7fb /app/helpers/runners_helper.rb
parent16bfd9d31a4e79e68591ba85428384512a93b680 (diff)
downloadgitlab-ce-d9e2232f6393a1627847c9f6c2be3c4f987d0797.tar.gz
Fix warning signshow_pending_warning
Diffstat (limited to 'app/helpers/runners_helper.rb')
-rw-r--r--app/helpers/runners_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/runners_helper.rb b/app/helpers/runners_helper.rb
index f79fef03ae8..5afebab88e1 100644
--- a/app/helpers/runners_helper.rb
+++ b/app/helpers/runners_helper.rb
@@ -4,7 +4,7 @@ module RunnersHelper
case status
when :not_connected
content_tag :i, nil,
- class: "fa fa-warning-sign",
+ class: "fa fa-warning",
title: "New runner. Has not connected yet"
when :online, :offline, :paused