issues.html.haml 464 字节
Newer Older
1
%h3.page-title
D
Dmitriy Zaporozhets 已提交
2
  Issues
3
  %span.pull-right #{@issues.total_count} issues
R
randx 已提交
4

5 6 7
%p.light
  Only issues from
  %strong #{@group.name}
8 9 10
  group are listed here.
  - if current_user
    To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
11
%hr
12

13
.row
14
  .fixed.sidebar-expand-button.hidden-lg.hidden-md
15
    %i.icon-list.icon-2x
16
  .col-md-3.responsive-side
17
    = render 'shared/filter', entity: 'issue'
D
Dmitriy Zaporozhets 已提交
18
  .col-md-9
19
    = render 'shared/issues'