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

16 lines
344 B
Plaintext
Raw Normal View History

%h3.page-title
Issues
%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
List all issues from all projects you have access to.
2013-07-31 10:53:42 -04:00
%hr
2012-11-21 00:24:05 -05:00
.row
.left.sidebar-expand-button.hidden-lg.hidden-md
%i.icon-list.icon-2x
.col-md-3.responsive-side-left
= render 'shared/filter', entity: 'issue'
.col-md-9
= render 'shared/issues'