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
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-05 19:52:50 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-06 16:13:21 +0300
commit260d754ca89c14297e0e360d35d7914d57e290bf (patch)
treefbfda69e5237326b6e5accd093b8d43d7b88a300 /app/views/projects/ci
parent6d80b94a89cd2151cbf37f6f98f79d23df7fa638 (diff)
Fix handling of allowed to failure jobs
Diffstat (limited to 'app/views/projects/ci')
-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 e4a963a278c..b58dceb58c9 100644
--- a/app/views/projects/ci/pipelines/_pipeline.html.haml
+++ b/app/views/projects/ci/pipelines/_pipeline.html.haml
@@ -44,7 +44,7 @@
Cant find HEAD commit for this branch
%td.stage-cell
- - pipeline.stages_with_statuses.each do |stage|
+ - pipeline.stages.each do |stage|
- if stage.status
- tooltip = "#{stage.name.titleize}: #{stage.status || 'not found'}"
.stage-container