summaryrefslogtreecommitdiff
path: root/app/views/groups/merge_requests.html.haml
blob: 3d9e857cc5274a68e21d9dadf0b995d98493a50a (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'