summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-03 13:29:31 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-11-03 13:29:31 -0500
commit2a1d701bc6403d0038ba16f2f0e2e185b8415bb1 (patch)
tree7ec1c5d14825351bf3dc8b5262732955a475f614 /app/views/projects
parent651bdd7c34c9ebf686b8357d8fc3ca4d0a58792e (diff)
downloadgitlab-ce-2a1d701bc6403d0038ba16f2f0e2e185b8415bb1.tar.gz
Add new icon for skipped builds; show created state in mini graph
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/ci/pipelines/_pipeline.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/ci/pipelines/_pipeline.html.haml b/app/views/projects/ci/pipelines/_pipeline.html.haml
index 840f468dc05..1f748d73d06 100644
--- a/app/views/projects/ci/pipelines/_pipeline.html.haml
+++ b/app/views/projects/ci/pipelines/_pipeline.html.haml
@@ -41,7 +41,7 @@
- else
Cant find HEAD commit for this branch
- - stages_status = pipeline.statuses.relevant.latest.stages_status
+ - stages_status = pipeline.statuses.latest.stages_status
%td.stage-cell
- stages.each do |stage|
- status = stages_status[stage]