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:
authorDrew Blessing <drew.blessing@buckle.com>2013-12-14 01:31:23 +0400
committerDrew Blessing <drew.blessing@buckle.com>2013-12-15 01:24:12 +0400
commitfa817dffeae76fa101ee8849bbac645307c0c82f (patch)
treeef178d626e0c5ed372e9f5d55697bd02e8660f60 /app/views/events/_event_last_push.html.haml
parentd476ac7d41f117ad9cf612e99216a4e7eaa04fb6 (diff)
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_last_push.html.haml')
-rw-r--r--app/views/events/_event_last_push.html.haml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml
index de5634d3c55..adb331c2b22 100644
--- a/app/views/events/_event_last_push.html.haml
+++ b/app/views/events/_event_last_push.html.haml
@@ -5,9 +5,8 @@
%strong= truncate(event.ref_name, length: 28)
at
%strong= link_to_project event.project
- %span
- = time_ago_in_words(event.created_at)
- ago.
+ #{time_ago_with_tooltip(event.created_at)} ago
+
.pull-right
= link_to new_mr_path_from_push_event(event), title: "New Merge Request", class: "btn btn-create btn-small" do
Create Merge Request