ref: master
app/views/blocks/highlights.html.erb
<%= block_title(block.title, block.subtitle) %> <% if !block.featured_images.empty? %><% else %> <%= _('Please, edit this block and choose some images') %> <% end %><% block.featured_images.each do |img| %> <% imgsrc = "#{Noosfero.root}#{img[:image_src]}" %><% if block.navigation %><%= img[:title] %>
<% end %><% end %>