summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/index.html.haml
blob: 4ec362b3063223ea0de3b342b6122694557bd6e9 (plain)
1
2
3
4
5
6
7
8
9
= render "head"
.row
  .fixed.fixed.sidebar-expand-button.hidden-lg.hidden-md.hidden-xs
    %i.fa.fa-list.fa-2x
  .col-md-3.responsive-side
    = render 'shared/project_filter', project_entities_path: project_issues_path(@project),
             labels: true, redirect: 'issues', entity: 'issue'
  .col-md-9.issues-holder
    = render "issues"