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
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2016-12-22 17:12:16 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2016-12-22 17:12:16 +0300
commitdeb3cd7153f6ad5ee9ec14c1d360102d8d6102c3 (patch)
tree6eeb4d3f13f34e95fafd6672e9c6ccde1926ebaa /app
parenta1aa0d7829445400053157e6dae4c610c494cb52 (diff)
parent3f9095722c0d78524e9e9bd4b3c343ace3d09f31 (diff)
Merge branch 'fix/hide-retried-builds-in-pipeline-stage-dropdown' into 'master'
Do not show retried builds in pipeline stage dropdown Closes #25980 See merge request !8260
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