index.html.haml 219 Bytes EditWeb IDE 1 2 3 4 5 6 7 = render "head" .row .col-md-3 = render 'shared/project_filter', project_entities_path: project_issues_path(@project), labels: true, redirect: 'issues' .col-md-9.issues-holder = render "issues"