gitlab-org--gitlab-foss/app/views/dashboard/merge_requests.html.haml
Dmitriy Zaporozhets 60baa1e866 Move issuable partials in common directory
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-25 15:11:22 +02:00

11 lines
251 B
Text

- page_title "Merge Requests"
%h3.page-title
Merge Requests
%p.light
List all merge requests from all projects you have access to.
%hr
.append-bottom-20
= render 'shared/issuable/filter', type: :merge_requests
= render 'shared/merge_requests'