summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/pipelines/_pipeline.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-15 11:05:06 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-19 06:04:04 -0700
commit5b5cafe024c4437a17a219708c9ec00376e98ece (patch)
tree9885adcf180c0e9946ab81ce14054b2b01c21b7b /app/views/projects/ci/pipelines/_pipeline.html.haml
parent068f2f4f161c40310687198dbcec243b1361264f (diff)
downloadgitlab-ce-5b5cafe024c4437a17a219708c9ec00376e98ece.tar.gz
Add global style for running icon
Diffstat (limited to 'app/views/projects/ci/pipelines/_pipeline.html.haml')
-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 26c4ffd2bd4..7ae699832f6 100644
--- a/app/views/projects/ci/pipelines/_pipeline.html.haml
+++ b/app/views/projects/ci/pipelines/_pipeline.html.haml
@@ -35,7 +35,7 @@
- stages_status = pipeline.statuses.latest.stages_status
- stages.each do |stage|
- %td.stage-cell
+ %td
- status = stages_status[stage]
- tooltip = "#{stage.titleize}: #{status || 'not found'}"
- if status