Commit 268a201c authored by Filipa Lacerda's avatar Filipa Lacerda

Rename file according to review

parent 5b1a3856
-# Renders the graph node with both the status icon, status name and action icon
- detailed_status = subject.detailed_status(current_user)
- details_path = detailed_status.details_path if detailed_status.has_details?
- klass = "ci-status-icon ci-status-icon-#{detailed_status}"
......
......@@ -13,7 +13,7 @@
%li.build
.curve
.build-content
= render 'ci/status/bagde_graph_icon_with_name_and_action', subject: status
= render 'ci/status/graph_badge', subject: status
- else
%li.build
.curve
......
......@@ -10,4 +10,4 @@
%ul
- subject.each do |status|
%li.dropdown-build
= render 'ci/status/bagde_graph_icon_with_name_and_action', subject: status
= render 'ci/status/graph_badge', subject: status
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment