summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/pipelines/_pipeline.html.haml
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-07-19 18:54:05 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-07-19 18:54:05 +0000
commitb269a6d5a99afb2b4c2bc2ca8f31622ec89bee1d (patch)
tree15e150759fcc35173b90d5304513846e71d0ef64 /app/views/projects/ci/pipelines/_pipeline.html.haml
parent4915105cab73b6a9c419c1ab025301c27eb127fa (diff)
parent2a092da35c612fa34762bc955ab7c6cdb8df8316 (diff)
downloadgitlab-ce-b269a6d5a99afb2b4c2bc2ca8f31622ec89bee1d.tar.gz
Merge branch '19847-running-icon' into 'master'
Add new CI status icons ## What does this MR do? Adds new CI status icons for every state ## What are the relevant issue numbers? Closes #19847 ## Screenshots (if relevant) ![Screen_Shot_2016-07-19_at_6.58.37_AM](/uploads/ec391b59825f5a4a228d7c77e7485b1e/Screen_Shot_2016-07-19_at_6.58.37_AM.png) See merge request !5280
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 996c9073770..cb0ca7bc8e3 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
+ %td.stage-cell
- status = stages_status[stage]
- tooltip = "#{stage.titleize}: #{status || 'not found'}"
- if status