diff options
author | Drew Blessing <drew.blessing@buckle.com> | 2013-12-13 15:31:23 -0600 |
---|---|---|
committer | Drew Blessing <drew.blessing@buckle.com> | 2013-12-14 15:24:12 -0600 |
commit | fa817dffeae76fa101ee8849bbac645307c0c82f (patch) | |
tree | ef178d626e0c5ed372e9f5d55697bd02e8660f60 /app/views/projects/snippets | |
parent | d476ac7d41f117ad9cf612e99216a4e7eaa04fb6 (diff) | |
download | gitlab-ce-fa817dffeae76fa101ee8849bbac645307c0c82f.tar.gz |
Add time ago tooltips to show actual date/time
Clean up admin dashboad tooltips
Clean up admin dashboad tooltips
Clean up admin dashboad tooltips
Add helper method
change to use app helper
Modify tooltips to use new helper
Convert remaining times
Adjust one tooltip
Diffstat (limited to 'app/views/projects/snippets')
-rw-r--r-- | app/views/projects/snippets/_snippet.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/snippets/_snippet.html.haml b/app/views/projects/snippets/_snippet.html.haml index 6185e35cf6f..79de35d0b1a 100644 --- a/app/views/projects/snippets/_snippet.html.haml +++ b/app/views/projects/snippets/_snippet.html.haml @@ -18,4 +18,5 @@ by = image_tag avatar_icon(snippet.author_email), class: "avatar avatar-inline s16" = snippet.author_name - %span.light #{time_ago_in_words(snippet.created_at)} ago + %span.light + #{time_ago_with_tooltip(snippet.created_at)} ago |