BigW Consortium Gitlab

_last_push.html.haml 759 Bytes
Newer Older
1 2
- if event = last_push_event
  - if show_last_push_widget?(event)
3
    .row-content-block.top-block.clear-block.hidden-xs
4
      %div{ class: container_class }
5 6 7 8 9
        .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) do
              %strong= event.ref_name
10 11 12
            - if @project && event.project != @project
              %span at
              %strong= link_to_project event.project
13
            #{time_ago_with_tooltip(event.created_at)}
14

15 16 17
          .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