summaryrefslogtreecommitdiff
path: root/app/views/events/_event_last_push.html.haml
diff options
context:
space:
mode:
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