summaryrefslogtreecommitdiff
path: root/app/views/groups/merge_requests.html.haml
blob: 83ffa579fdcae708b8c5a7c647b6cbad87c8ea81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%h3.page-title
  Merge Requests
  %span.pull-right #{@merge_requests.total_count} merge requests

%p.light
  Authored or assigned to you from
  %strong #{@group.name}
  group. To see all merge requests you should visit #{link_to 'dashboard', merge_requests_dashboard_path} page.
%hr
.row
  .col-md-3
    = render 'shared/filter', entity: 'merge_request'
  .col-md-9
    = render 'shared/merge_requests'