From e45e540d1d90549cc5f45521360241afce9eaf18 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Sat, 20 May 2017 14:27:35 -0500 Subject: Consistently display last push event widget --- app/views/events/_event_last_push.html.haml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 app/views/events/_event_last_push.html.haml (limited to 'app/views/events/_event_last_push.html.haml') diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml deleted file mode 100644 index 1584695a62b..00000000000 --- a/app/views/events/_event_last_push.html.haml +++ /dev/null @@ -1,14 +0,0 @@ -- if show_last_push_widget?(event) - .row-content-block.clear-block.last-push-widget - .event-last-push - .event-last-push-text - %span You pushed to - = link_to namespace_project_commits_path(event.project.namespace, event.project, event.ref_name), title: h(event.project.name) do - %strong= event.ref_name - %span at - %strong= link_to_project event.project - #{time_ago_with_tooltip(event.created_at)} - - .pull-right - = link_to new_mr_path_from_push_event(event), title: "New merge request", class: "btn btn-info btn-sm" do - Create merge request -- cgit v1.2.3