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/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/snippets')
| -rw-r--r-- | app/views/snippets/_snippet.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/_snippet.html.haml b/app/views/snippets/_snippet.html.haml index a50d813825f..4c9ef3f9f34 100644 --- a/app/views/snippets/_snippet.html.haml +++ b/app/views/snippets/_snippet.html.haml @@ -20,4 +20,4 @@ = link_to user_snippets_path(snippet.author) do = image_tag avatar_icon(snippet.author_email), class: "avatar avatar-inline s16", alt: '' = snippet.author_name - %span.light #{time_ago_in_words(snippet.created_at)} ago + %span.light #{time_ago_with_tooltip(snippet.created_at)} ago |
