summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-09 10:20:21 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-17 11:18:53 -0500
commitf80aa9026f6ce7ebfb88c437163868a596b492c4 (patch)
treeb162fb064dd6ae61b664ea6ffcf56ec15b832696
parent1b98f15444449b075ea52346d6368c7e2de8f2b6 (diff)
downloadgitlab-ce-f80aa9026f6ce7ebfb88c437163868a596b492c4.tar.gz
Move skipped tests to end of array
-rw-r--r--app/views/projects/builds/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/builds/show.html.haml b/app/views/projects/builds/show.html.haml
index 956851c651f..dba0a0a9f4e 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -6,7 +6,7 @@
= render "header"
- builds = @build.pipeline.builds.latest.to_a
- - statuses = ["failed", "pending", "running", "canceled", "skipped", "success"]
+ - statuses = ["failed", "pending", "running", "canceled", "success", "skipped"]
- if builds.size > 1
.dropdown.build-dropdown
%button.dropdown-menu-toggle{type: 'button', 'data-toggle' => 'dropdown'}