summaryrefslogtreecommitdiff
path: root/app/views/dashboard/issues.html.haml
blob: 19bd4e7bd545ab91cdeb5702d39138328134cdfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%h3.page-title
  Issues
  %span.pull-right #{@issues.total_count} issues

%p.light
  List all issues from all project's you have access to.
%hr

.row
  .col-md-3
    = render 'shared/filter', entity: 'issue'
  .col-md-9
    = render 'shared/issues'