blob: 6c0d89c4e7cbf7e67aecb1fd8333a7526c50de86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
%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
.append-bottom-20
= render 'shared/issuable_filter'
= render 'shared/issues'
|