diff options
| author | Tim Zallmann <tzallmann@gitlab.com> | 2017-09-28 19:25:10 +0200 |
|---|---|---|
| committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-10-30 10:27:46 +0100 |
| commit | b2501c79569ef9b6ff3516be1924d9367794bc4f (patch) | |
| tree | 665d49a28ccb09d65ebc1e1d69696cbff7e9a5f6 /app/helpers | |
| parent | de5f2ef4007cd6e13bd866cd36fd7a95a27bc131 (diff) | |
| download | gitlab-ce-b2501c79569ef9b6ff3516be1924d9367794bc4f.tar.gz | |
Fix the size of a status icon
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/ci_status_helper.rb | 2 |
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) |
