summaryrefslogtreecommitdiff
path: root/app/views/projects/stage
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-12-14 14:24:25 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-12-14 14:24:25 +0000
commit268a201cce4da7225841b651336835876be43fc2 (patch)
treec21fec3c6e1b7912ffbec4be1ef4f2ecee5943a3 /app/views/projects/stage
parent5b1a38564efdba1850d7195b01146c6b49ffb29a (diff)
downloadgitlab-ce-268a201cce4da7225841b651336835876be43fc2.tar.gz
Rename file according to review
Diffstat (limited to 'app/views/projects/stage')
-rw-r--r--app/views/projects/stage/_graph.html.haml2
-rw-r--r--app/views/projects/stage/_in_stage_group.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/stage/_graph.html.haml b/app/views/projects/stage/_graph.html.haml
index ff86d93f354..b70b574e687 100644
--- a/app/views/projects/stage/_graph.html.haml
+++ b/app/views/projects/stage/_graph.html.haml
@@ -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
diff --git a/app/views/projects/stage/_in_stage_group.html.haml b/app/views/projects/stage/_in_stage_group.html.haml
index e4a7613998d..b03837d1211 100644
--- a/app/views/projects/stage/_in_stage_group.html.haml
+++ b/app/views/projects/stage/_in_stage_group.html.haml
@@ -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