Sha256: f2a13b6ab4094f3169939a15ea5dee6438b49edb0fdd9ff1dae223aebb470e3f

Contents?: true

Size: 534 Bytes

Versions: 4

Compression:

Stored size: 534 Bytes

Contents

<div class="col-sm-6 col-md-3">
  <div class="thumbnail">
    <% if picture_gallery.pictures.first.respond_to?(:image) %>
      <%= image_tag picture_gallery.pictures.first.image.url(:default_thumb) %>
    <% end %>
    <div class="caption">
      <h4><%= picture_gallery.name %></h4>
      <div class="truncate lines-3 bottom-margin-1"><%= mu(picture_gallery, :description) %></div>
      <p><%= link_to t('ecm.pictures.actions.view'), picture_gallery, :class => 'btn btn-primary', :role => 'button' %></p>
    </div>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ecm_pictures2-1.1.2 app/views/ecm/pictures/picture_galleries/_picture_gallery_for_index.html.erb
ecm_pictures2-1.1.1 app/views/ecm/pictures/picture_galleries/_picture_gallery_for_index.html.erb
ecm_pictures2-1.1.0 app/views/ecm/pictures/picture_galleries/_picture_gallery_for_index.html.erb
ecm_pictures2-1.0.4 app/views/ecm/pictures/picture_galleries/_picture_gallery_for_index.html.erb