7 lines
170 B
Text
7 lines
170 B
Text
%ul.bordered-list
|
|
= render partial: 'snippet', collection: @snippets
|
|
- if @snippets.empty?
|
|
%li
|
|
%h3.nothing_here_message Nothing here.
|
|
|
|
= paginate @snippets
|