summaryrefslogtreecommitdiff
path: root/app/views/dashboard/issues.html.haml
blob: bda5b7c9147e6c50f990400ca2898de535d7482a (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
  .span3
    = render 'shared/filter', entity: 'issue'
  .span9
    = render 'shared/issues'