2012-06-21 11:41:22 -04:00
|
|
|
- if show_last_push_widget?(event)
|
2013-07-17 08:48:22 -04:00
|
|
|
.event-last-push
|
2012-10-22 16:37:50 -04:00
|
|
|
%span You pushed to
|
|
|
|
= link_to project_commits_path(event.project, event.ref_name) do
|
|
|
|
%strong= truncate(event.ref_name, length: 28)
|
|
|
|
at
|
2012-12-09 09:03:24 -05:00
|
|
|
%strong= link_to_project event.project
|
2012-10-22 16:37:50 -04:00
|
|
|
%span
|
|
|
|
= time_ago_in_words(event.created_at)
|
|
|
|
ago.
|
2013-07-16 17:46:27 -04:00
|
|
|
.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
|
2013-07-17 08:48:22 -04:00
|
|
|
%hr
|