diff options
author | Greg Smethells <smethells@icloud.com> | 2015-12-04 13:00:07 -0600 |
---|---|---|
committer | Greg Smethells <smethells@icloud.com> | 2015-12-11 10:14:55 -0600 |
commit | 0272f27401d25faed97419611a78a968f801a42f (patch) | |
tree | 0141c7f7fbc2565fc3689bf84f60524ca8f02481 /app/helpers | |
parent | a2a68858c88151ce0d77f602dbae59d595495ac6 (diff) | |
download | gitlab-ce-0272f27401d25faed97419611a78a968f801a42f.tar.gz |
display referenced merge requests in issue description with CI statusgsmethells/gitlab-ce-mr-statuses
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 8e1f8f9ba6d..f8f2cbf1319 100644 --- a/app/helpers/ci_status_helper.rb +++ b/app/helpers/ci_status_helper.rb @@ -52,7 +52,7 @@ module CiStatusHelper 'circle' end - icon(icon_name) + icon(icon_name + ' fw') end def render_ci_status(ci_commit) |