ref: master
app/views/blocks/slideshow.html.erb
<% if block.gallery images = block.block_images if block.shuffle images = images.shuffle end end %> <%= block_title(block.title, block.subtitle) %> <% if images %> <% description = images.any? { |img| !img.abstract.blank? } %><% else %> <%= _('Please, edit this block and select an image gallery.') %> <% end %>