summaryrefslogtreecommitdiff
path: root/app/views/groups/merge_requests.html.haml
blob: ca85a158707bec4b66b3879fb66a057735b1607c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- page_title "Merge Requests"
%h3.page-title
  Merge Requests

%p.light
  Only merge requests from
  %strong #{@group.name}
  group are listed here.
  - if current_user
    To see all merge requests you should visit #{link_to 'dashboard', merge_requests_dashboard_path} page.
%hr
.append-bottom-20
  = render 'shared/issuable/filter', type: :merge_requests
= render 'shared/merge_requests'