mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
%ul.content-list.issues-list
|
|
= render @issues
|
|
- if @issues.blank?
|
|
%li
|
|
.nothing-here-block No issues to show
|
|
|
|
- if @issues.present?
|
|
= paginate @issues, theme: "gitlab"
|