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:
authorGreg Smethells <smethells@icloud.com>2015-12-04 22:00:07 +0300
committerGreg Smethells <smethells@icloud.com>2015-12-11 19:14:55 +0300
commit0272f27401d25faed97419611a78a968f801a42f (patch)
tree0141c7f7fbc2565fc3689bf84f60524ca8f02481 /app/helpers/ci_status_helper.rb
parenta2a68858c88151ce0d77f602dbae59d595495ac6 (diff)
display referenced merge requests in issue description with CI status
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 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)