summaryrefslogtreecommitdiff
path: root/app/views/dashboard/issues.html.haml
blob: 7c1f1ddbb80241e1104316a1cd482ddfe079ecde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%h3.page-title
  Issues

%p.light
  List all issues from all projects you have access to.
%hr

.row
  .fixed.sidebar-expand-button.hidden-lg.hidden-md
    %i.fa.fa-list.fa-2x
  .col-md-3.responsive-side
    = render 'shared/filter', entity: 'issue'
  .col-md-9
    = render 'shared/issues'