summaryrefslogtreecommitdiff
path: root/app/views/projects/stage/_in_stage_group.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/stage/_in_stage_group.html.haml')
-rw-r--r--app/views/projects/stage/_in_stage_group.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/stage/_in_stage_group.html.haml b/app/views/projects/stage/_in_stage_group.html.haml
index 65e5f31e86c..c4cb9ab50d0 100644
--- a/app/views/projects/stage/_in_stage_group.html.haml
+++ b/app/views/projects/stage/_in_stage_group.html.haml
@@ -1,6 +1,6 @@
- group_status = CommitStatus.where(id: subject).status
%button.dropdown-menu-toggle.build-content.has-tooltip{ type: 'button', data: { toggle: 'dropdown', title: "#{name} - #{group_status}" } }
- %span{class: "ci-status-icon ci-status-icon-#{group_status}"}
+ %span{ class: "ci-status-icon ci-status-icon-#{group_status}" }
= ci_icon_for_status(group_status)
%span.ci-status-text
= name