From ebcd5711c5ff937bf925002bf9a5b636b037684e Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Thu, 26 Apr 2018 00:58:56 +0900 Subject: Replace time_ago_in_words with JS-based one --- app/views/projects/services/_index.html.haml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/projects/services') 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 -- cgit v1.2.3