mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
%ul.content-list.issues-list
|
|
= render @issues
|
|
- if @issues.blank?
|
|
%li
|
|
.nothing-here-block No issues to show
|
|
|
|
- if @issues.present?
|
|
.pull-right
|
|
%span.issue_counter #{@issues.total_count}
|
|
issues for this filter
|
|
|
|
= paginate @issues, theme: "gitlab"
|