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:
authorTim Zallmann <tzallmann@gitlab.com>2017-09-28 20:25:10 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-10-30 12:27:46 +0300
commitb2501c79569ef9b6ff3516be1924d9367794bc4f (patch)
tree665d49a28ccb09d65ebc1e1d69696cbff7e9a5f6 /app/helpers/ci_status_helper.rb
parentde5f2ef4007cd6e13bd866cd36fd7a95a27bc131 (diff)
Fix the size of a status icon
Diffstat (limited to 'app/helpers/ci_status_helper.rb')
-rw-r--r--app/helpers/ci_status_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/ci_status_helper.rb b/app/helpers/ci_status_helper.rb
index 85a8b2c8b97..4dd573c61f1 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -90,7 +90,7 @@ module CiStatusHelper
'status_canceled'
end
- sprite_icon(icon_name)
+ sprite_icon(icon_name, size: 16)
end
def pipeline_status_cache_key(pipeline_status)