BigW Consortium Gitlab

_event_last_push.html.haml 482 Bytes
Newer Older
randx committed
1
- if show_last_push_widget?(event)
2
  .event-last-push
3 4 5 6
    %span You pushed to
    = link_to project_commits_path(event.project, event.ref_name) do
      %strong= truncate(event.ref_name, length: 28)
    at
7
    %strong= link_to_project event.project
8 9 10
    %span
      = time_ago_in_words(event.created_at)
      ago.
11 12 13
    .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
14
  %hr