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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-25 18:58:56 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-27 02:35:45 +0300
commitebcd5711c5ff937bf925002bf9a5b636b037684e (patch)
treeaf6ef8618e3e57dd3e03501e82647488c78a0ed1 /app/views/projects/services
parentc5f6c811eec6bca7952f84af9e30f3fafb848352 (diff)
Replace time_ago_in_words with JS-based one
Diffstat (limited to 'app/views/projects/services')
-rw-r--r--app/views/projects/services/_index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/services/_index.html.haml b/app/views/projects/services/_index.html.haml
index 915c6b22162..dac7d4d1bbb 100644
--- a/app/views/projects/services/_index.html.haml
+++ b/app/views/projects/services/_index.html.haml
@@ -27,5 +27,4 @@
= service.description
%td.light
- if service.updated_at.present?
- = time_ago_in_words service.updated_at
- ago
+ = time_ago_with_tooltip service.updated_at