cff1758486
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
18 lines
415 B
Text
18 lines
415 B
Text
%h3.page-title
|
|
Issues
|
|
|
|
%p.light
|
|
Only issues from
|
|
%strong #{@group.name}
|
|
group are listed here.
|
|
- if current_user
|
|
To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
|
|
%hr
|
|
|
|
.row
|
|
.fixed.sidebar-expand-button.hidden-lg.hidden-md
|
|
%i.icon-list.icon-2x
|
|
.col-md-3.responsive-side
|
|
= render 'shared/filter', entity: 'issue'
|
|
.col-md-9
|
|
= render 'shared/issues'
|