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

14 lines
312 B
Plaintext
Raw Normal View History

%h3.page-title
2013-07-31 14:53:42 +00:00
Issues assigned to me
%span.pull-right #{@issues.total_count} issues
2012-01-27 22:51:02 +00:00
2013-07-31 14:53:42 +00: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 14:53:42 +00:00
%hr
2012-11-21 05:24:05 +00:00
.row
.span3
= render 'shared/filter', entity: 'issue'
2012-11-21 05:24:05 +00:00
.span9
= render 'shared/issues'