summaryrefslogtreecommitdiff
path: root/app/views/groups/issues.html.haml
blob: 4b11d91dc985b4f370911224bcd20c5c1efc0a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%h3.page-title
  Issues
  %span.pull-right #{@issues.total_count} 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
  .col-md-3
    = render 'shared/filter', entity: 'issue'
  .col-md-9
    = render 'shared/issues'