summaryrefslogtreecommitdiff
path: root/app/views/admin/runners/show.html.haml
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-26 00:58:56 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-27 08:35:45 +0900
commitebcd5711c5ff937bf925002bf9a5b636b037684e (patch)
treeaf6ef8618e3e57dd3e03501e82647488c78a0ed1 /app/views/admin/runners/show.html.haml
parentc5f6c811eec6bca7952f84af9e30f3fafb848352 (diff)
downloadgitlab-ce-ebcd5711c5ff937bf925002bf9a5b636b037684e.tar.gz
Replace time_ago_in_words with JS-based one
Diffstat (limited to 'app/views/admin/runners/show.html.haml')
-rw-r--r--app/views/admin/runners/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/runners/show.html.haml b/app/views/admin/runners/show.html.haml
index 37269862de6..d04cf48b05c 100644
--- a/app/views/admin/runners/show.html.haml
+++ b/app/views/admin/runners/show.html.haml
@@ -108,4 +108,4 @@
%td.timestamp
- if build.finished_at
- %span #{time_ago_in_words build.finished_at} ago
+ %span= time_ago_with_tooltip build.finished_at