summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-22 14:02:45 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-22 14:02:45 +0100
commitdaff64452ff79b95eda5eb33c5aea8aface98f2b (patch)
treefcdcef06e648bfc1dba8ce09d15bd2c991ddd542 /app
parent6e2a6fd09167947a3bd8e1a4cda96dbfae395b3a (diff)
downloadgitlab-ce-daff64452ff79b95eda5eb33c5aea8aface98f2b.tar.gz
Do not show retried builds in pipeline stage dropdown
Diffstat (limited to 'app')
-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