gitlab-org--gitlab-foss/app/views/dashboard/issues.html.haml

14 lines
307 B
Plaintext

%h3.page-title
Issues assigned to me
%span.pull-right #{@issues.total_count} issues
%p.light
For all issues you should visit project issues page. Or you can use search panel to find specific issue
%hr
.row
.span3
= render 'shared/filter', entity: 'issue'
.span9
= render 'shared/issues'