mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
14 lines
249 B
Plaintext
14 lines
249 B
Plaintext
%h3.page-title
|
|
Issues
|
|
%span.pull-right #{@issues.total_count} issues
|
|
|
|
%p.light
|
|
List all issues from all project's you have access to.
|
|
%hr
|
|
|
|
.row
|
|
.col-md-3
|
|
= render 'shared/filter', entity: 'issue'
|
|
.col-md-9
|
|
= render 'shared/issues'
|