summaryrefslogtreecommitdiff
path: root/app/views/events/_event.html.haml
diff options
context:
space:
mode:
authorDrew Blessing <drew.blessing@buckle.com>2013-12-13 15:31:23 -0600
committerDrew Blessing <drew.blessing@buckle.com>2013-12-14 15:24:12 -0600
commitfa817dffeae76fa101ee8849bbac645307c0c82f (patch)
treeef178d626e0c5ed372e9f5d55697bd02e8660f60 /app/views/events/_event.html.haml
parentd476ac7d41f117ad9cf612e99216a4e7eaa04fb6 (diff)
downloadgitlab-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/events/_event.html.haml')
-rw-r--r--app/views/events/_event.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event.html.haml b/app/views/events/_event.html.haml
index 12c4e1af531..daed9116789 100644
--- a/app/views/events/_event.html.haml
+++ b/app/views/events/_event.html.haml
@@ -1,7 +1,7 @@
- if event.proper?
.event-item{class: "#{event.body? ? "event-block" : "event-inline" }"}
%span.cgray.pull-right
- #{time_ago_in_words(event.created_at)} ago.
+ #{time_ago_with_tooltip(event.created_at)} ago
= cache event do
= image_tag avatar_icon(event.author_email, 24), class: "avatar s24", alt:''