summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-06 14:33:55 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 10:48:50 -0500
commit4e1efca14119a25c441d833268894a632eb269d5 (patch)
treea002ee794feb97b98b592bfe0bc75568dcb8d369
parent6a7b673035752890023e630755f27ec0d412a129 (diff)
downloadgitlab-ce-4e1efca14119a25c441d833268894a632eb269d5.tar.gz
Fix node flex alignment
-rw-r--r--app/views/projects/commit/_pipeline_status_group.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/commit/_pipeline_status_group.html.haml b/app/views/projects/commit/_pipeline_status_group.html.haml
index 8582e9a8772..6ada719e006 100644
--- a/app/views/projects/commit/_pipeline_status_group.html.haml
+++ b/app/views/projects/commit/_pipeline_status_group.html.haml
@@ -1,7 +1,7 @@
- group_status = CommitStatus.where(id: subject).status
-%span.ci-status-icon
- = render_status_with_link('build', group_status)
%button.dropdown-menu-toggle{ type: 'button', data: { toggle: 'dropdown' } }
+ %span.ci-status-icon
+ = render_status_with_link('build', group_status)
%span.ci-status-text
= name
%span.badge= subject.size