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