Sha256: af635fe4e2cf65db21df7be95fc8b5947d54f1bd52bcbf1acda1cf69db070aed

Contents?: true

Size: 428 Bytes

Versions: 5

Compression:

Stored size: 428 Bytes

Contents

<h1><%= Ecm::Pictures::PictureGallery.model_name.human(:count => :other) %></h1>

<div class="row">
  <% @picture_galleries.each do |pg| %>
    <%= render :partial => 'ecm/pictures/picture_galleries/picture_gallery_for_index', :locals => { :picture_gallery => pg } %>
  <% end %>
</div>

<div class="well page-actions">
  <%= link_to(t('ecm.pictures.views.actions.back'), main_app.root_path, class: 'btn btn-default') %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

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