Sha256: cb6cc5863f873f413103a35d44454f61c1f26d77805ecb0e34f40faa3300f886

Contents?: true

Size: 721 Bytes

Versions: 2

Compression:

Stored size: 721 Bytes

Contents

<section id='records'>
  <% if searching? %>
      <h2><%= t('results_for', :scope => 'refinery.admin.search', :query => params[:search]) %></h2>
  <% end %>
  <div class='pagination_container'>
    <% if @collections.any? %>
        <%= render "collections" %>
    <% else %>
        <p>
          <% unless searching? %>
              <strong>
                <%= t('.no_items_yet', :create => t('new', :scope => 'refinery.photo_gallery.admin.submenu.collections')) %>
              </strong>
          <% else %>
              <%= t('no_results', :scope => 'refinery.admin.search') %>
          <% end %>
        </p>
    <% end %>
  </div>
</section>

<%= render :partial => '/refinery/photo_gallery/admin/submenu' %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
refinerycms-photo-gallery-0.3.0 app/views/refinery/photo_gallery/admin/collections/index.html.erb
refinerycms-photo-gallery-0.2.0 app/views/refinery/photo_gallery/admin/collections/index.html.erb