issues.html.haml 348 字节
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 8
%p.light
  Only issues from
  %strong #{@group.name}
  group are listed here. To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
9
%hr
10

11
.row
D
Dmitriy Zaporozhets 已提交
12
  .col-md-3
13
    = render 'shared/filter', entity: 'issue'
D
Dmitriy Zaporozhets 已提交
14
  .col-md-9
15
    = render 'shared/issues'