index.html.haml 186 Bytes
= render "head"
.row
  .col-md-3
    = render 'shared/project_filter', project_entities_path: project_issues_path(@project), labels: true
  .col-md-9.issues-holder
    = render "issues"