2013-07-13 01:45:48 -04:00
|
|
|
%h3.page-title
|
2014-01-04 12:26:12 -05:00
|
|
|
Issues
|
2012-10-02 13:42:15 -04:00
|
|
|
|
2013-08-15 06:13:22 -04:00
|
|
|
%p.light
|
|
|
|
Only issues from
|
|
|
|
%strong #{@group.name}
|
2014-02-13 15:45:51 -05:00
|
|
|
group are listed here.
|
|
|
|
- if current_user
|
|
|
|
To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
|
2013-01-07 13:48:57 -05:00
|
|
|
%hr
|
2013-08-15 06:13:22 -04:00
|
|
|
|
2013-01-07 13:48:57 -05:00
|
|
|
.row
|
2014-06-14 16:44:23 -04:00
|
|
|
.fixed.sidebar-expand-button.hidden-lg.hidden-md
|
2014-10-01 18:21:29 -04:00
|
|
|
%i.fa.fa-list.fa-2x
|
2014-06-14 16:44:23 -04:00
|
|
|
.col-md-3.responsive-side
|
2013-08-06 14:12:01 -04:00
|
|
|
= render 'shared/filter', entity: 'issue'
|
2013-12-30 16:55:15 -05:00
|
|
|
.col-md-9
|
2013-08-06 14:12:01 -04:00
|
|
|
= render 'shared/issues'
|