summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/status/_icon_with_description.html.haml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/views/ci/status/_icon_with_description.html.haml b/app/views/ci/status/_icon_with_description.html.haml
deleted file mode 100644
index 34c923440d0..00000000000
--- a/app/views/ci/status/_icon_with_description.html.haml
+++ /dev/null
@@ -1,12 +0,0 @@
-- detailed_status = subject.detailed_status(current_user)
-- details_path = detailed_status.details_path if detailed_status.has_details?
-- klass = "ci-status ci-#{detailed_status}"
-
-- if details_path
- = link_to details_path, class: klass do
- = custom_icon(detailed_status.icon)
- = detailed_status.text
-- else
- %span{ class: klass }
- = custom_icon(detailed_status.icon)
- = detailed_status.text