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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-07 16:44:00 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-12 22:50:57 +0300
commit47199c35a5555483309cdbde39c3da51e5a75d69 (patch)
treec92a849e0e1aa8ad5a7d009a1d8e308845c78f09 /app/views/projects/ci/builds
parent33b4fc315ed504511a7f23835939ff8915e0fe01 (diff)
Add clock and calendar icons for duration and finished at; add finished at section in pipelines
Diffstat (limited to 'app/views/projects/ci/builds')
-rw-r--r--app/views/projects/ci/builds/_build.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/ci/builds/_build.html.haml b/app/views/projects/ci/builds/_build.html.haml
index 5bd6e3f0ebc..00004163047 100644
--- a/app/views/projects/ci/builds/_build.html.haml
+++ b/app/views/projects/ci/builds/_build.html.haml
@@ -57,10 +57,12 @@
%td.duration
- if build.duration
+ = icon("clock-o")
#{duration_in_words(build.finished_at, build.started_at)}
%td.timestamp
- if build.finished_at
+ = icon("calendar")
%span #{time_ago_with_tooltip(build.finished_at)}
- if defined?(coverage) && coverage