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