Welcome to mirror list, hosted at ThFree Co, Russian Federation.

merge_requests.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ad74905636f7f3b0637696bcaa6262b36ab4766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%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'
= render 'shared/merge_requests'