summaryrefslogtreecommitdiff
path: root/app/views/projects/pipelines/_info.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-23 06:09:19 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-23 06:09:19 +0000
commit6520b1366e604be8c9c43f36159ecd6a5284a2b0 (patch)
tree2b8751bfd31e32663db93494525b3caca67e054f /app/views/projects/pipelines/_info.html.haml
parentf8454d351eb238ae9898fb7bd67013fe8e93d0db (diff)
downloadgitlab-ce-6520b1366e604be8c9c43f36159ecd6a5284a2b0.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/pipelines/_info.html.haml')
-rw-r--r--app/views/projects/pipelines/_info.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/pipelines/_info.html.haml b/app/views/projects/pipelines/_info.html.haml
index 85902d51ab0..7c1930a4fc6 100644
--- a/app/views/projects/pipelines/_info.html.haml
+++ b/app/views/projects/pipelines/_info.html.haml
@@ -7,8 +7,8 @@
.info-well
.well-segment.pipeline-info
- .icon-container
- = icon('clock-o')
+ .icon-container.gl-vertical-align-text-bottom
+ = sprite_icon('clock', size: 16)
= pluralize @pipeline.total_size, "job"
= @pipeline.ref_text
- if @pipeline.duration