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

14 lines
312 B
Text
Raw Normal View History

%h3.page-title
2013-07-31 10:53:42 -04:00
Issues assigned to me
%span.pull-right #{@issues.total_count} issues
2012-01-27 17:51:02 -05:00
2013-07-31 10:53:42 -04:00
%p.light
For all issues you should visit the project's issues page. Or use the search panel to find a specific issue.
2013-07-31 10:53:42 -04:00
%hr
2012-11-21 00:24:05 -05:00
.row
.span3
= render 'shared/filter', entity: 'issue'
2012-11-21 00:24:05 -05:00
.span9
= render 'shared/issues'