gitlab-org--gitlab-foss/app/views/dashboard/merge_requests.html.haml
Henry Smith f3ee1b42bd Improved wording for the "light" heading sentences for the main dashboard pages
These are just a few very particular fixes for small grammatical issues,
intended to polish the reading experience.
2013-08-15 18:58:22 +01:00

13 lines
299 B
Text

%h3.page-title
Merge Requests
%span.pull-right #{@merge_requests.total_count} merge requests
%p.light
Only merge requests created by you or assigned to you are listed here.
%hr
.row
.span3
= render 'shared/filter', entity: 'merge_request'
.span9
= render 'shared/merge_requests'