Rename file according to review

This commit is contained in:
Filipa Lacerda 2016-12-14 14:24:25 +00:00
parent 5b1a38564e
commit 268a201cce
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
-# 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}"

View File

@ -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

View File

@ -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