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

15 lines
290 B
Plaintext
Raw Normal View History

%h3.page-title
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
.fixed.sidebar-expand-button.hidden-lg.hidden-md
2014-10-01 18:21:29 -04:00
%i.fa.fa-list.fa-2x
.col-md-3.responsive-side
= render 'shared/filter', entity: 'issue'
.col-md-9
= render 'shared/issues'