gitlab-org--gitlab-foss/app/views/projects/issues/index.html.haml
Dmitriy Zaporozhets 666861f8ff
More compact issues page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-25 22:10:18 +02:00

6 lines
166 B
Text

= render "head"
.row
.span3
= render 'shared/project_filter', project_entities_path: project_issues_path(@project)
.span9.issues-holder
= render "issues"