summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/index.html.haml
blob: 3694798a7495041766f976a3401ae24ba15ab19e (plain)
1
2
3
4
5
6
= render "head"
.row
  .span3
    = render 'shared/project_filter', project_entities_path: project_issues_path(@project)
  .span9.issues-holder
    = render "issues"