debian-mirror-gitlab/app/views/events/_event_last_push.html.haml

15 lines
613 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
- if show_last_push_widget?(event)
2016-06-02 11:05:42 +05:30
.row-content-block.clear-block.last-push-widget
2015-09-25 12:07:36 +05:30
.event-last-push
.event-last-push-text
%span You pushed to
2016-06-02 11:05:42 +05:30
= link_to namespace_project_commits_path(event.project.namespace, event.project, event.ref_name), title: h(event.project.name) do
2015-09-25 12:07:36 +05:30
%strong= event.ref_name
%span at
%strong= link_to_project event.project
#{time_ago_with_tooltip(event.created_at)}
2014-09-02 18:07:02 +05:30
2015-09-25 12:07:36 +05:30
.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