mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
%ul.bordered-list
|
|
= render partial: 'shared/snippets/snippet', collection: @snippets
|
|
- if @snippets.empty?
|
|
%li
|
|
.nothing-here-block Nothing here.
|
|
|
|
= paginate @snippets, theme: 'gitlab'
|