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

<%= picture_gallery.name %>

<%= mu(picture_gallery, :description) %>

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