mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 11:36:09 +10:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
= render "head"
|
|
.row
|
|
.span3
|
|
= render 'shared/project_filter', project_entities_path: project_issues_path(@project)
|
|
.span9.issues-holder
|
|
= render "issues"
|