cirandas.net

ref: master

app/views/blocks/highlights.html.erb


<%= block_title(block.title, block.subtitle) %>

<% if !block.featured_images.empty? %>
  
<% block.featured_images.each do |img| %> <% imgsrc = "#{Noosfero.root}#{img[:image_src]}" %>

<%= img[:title] %>

<% end %>
<% if block.navigation %>
<% end %>
<% else %> <%= _('Please, edit this block and choose some images') %> <% end %>