gitlab-org--gitlab-foss/app/views/projects/issues/index.html.haml
Dmitriy Zaporozhets 1b1a408a71
Convert span into col-md
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-30 23:55:15 +02:00

6 lines
172 B
Text

= render "head"
.row
.col-md-3
= render 'shared/project_filter', project_entities_path: project_issues_path(@project)
.col-md-9.issues-holder
= render "issues"