gitlab-org--gitlab-foss/app/views/projects/issues/index.html.haml

7 lines
166 B
Plaintext
Raw Normal View History

= render "head"
.row
.span3
2013-08-10 17:25:53 +00:00
= render 'shared/project_filter', project_entities_path: project_issues_path(@project)
.span9.issues-holder
= render "issues"