Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-22 16:02:45 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-22 16:02:45 +0300
commitdaff64452ff79b95eda5eb33c5aea8aface98f2b (patch)
treefcdcef06e648bfc1dba8ce09d15bd2c991ddd542 /app/views
parent6e2a6fd09167947a3bd8e1a4cda96dbfae395b3a (diff)
Do not show retried builds in pipeline stage dropdown
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/pipelines/_stage.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pipelines/_stage.html.haml b/app/views/projects/pipelines/_stage.html.haml
index 20456e792e7..cf1b366bf2c 100644
--- a/app/views/projects/pipelines/_stage.html.haml
+++ b/app/views/projects/pipelines/_stage.html.haml
@@ -1,4 +1,4 @@
%ul
- - @stage.statuses.each do |status|
+ - @stage.statuses.latest.each do |status|
%li.dropdown-build
= render 'ci/status/graph_badge', subject: status