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:
authorScott Hampton <shampton@gitlab.com>2019-02-20 22:20:09 +0300
committerScott Hampton <shampton@gitlab.com>2019-02-20 22:20:09 +0300
commit52c910eeca47f140246d003fbb6b4748d1be8bb8 (patch)
tree55f917eef8d7d6c45d5030b505f4e3997f60405a /app/views/ci
parent54a5d513e5f068c53fad3b2dac04998f5e9afd88 (diff)
Remove deprecated ci status helper function
After changing all places that used the function, we can now remove it.
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/status/_icon.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/status/_icon.html.haml b/app/views/ci/status/_icon.html.haml
index bfdf9c2ec9f..29ce9cd1afd 100644
--- a/app/views/ci/status/_icon.html.haml
+++ b/app/views/ci/status/_icon.html.haml
@@ -9,4 +9,4 @@
= sprite_icon(status.icon, size: size)
- else
%span{ class: css_classes, title: title, data: { html: title.present? } }
- = sprite_icon(status.icon, size: size) \ No newline at end of file
+ = sprite_icon(status.icon, size: size)