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