<% if picture_gallery.pictures.first.respond_to?(:image) %> <%= image_tag picture_gallery.pictures.first.image.url(:default_thumb) %> <% end %>

<%= picture_gallery.name %>

<% if picture_gallery.respond_to?(:tag_list) %>
<% picture_gallery.tag_list.each do |tag| %> <%= tag %> <% end %>
<% end %>
<%= mu(picture_gallery, :description) %>

<%= link_to t('ecm.pictures.actions.view'), picture_gallery, :class => 'btn btn-primary', :role => 'button' %>