Sha256: 0250902c1794304448a6ed4e7ae9113638e87db3c91a2b391f6d0ab5c6f5d422

Contents?: true

Size: 451 Bytes

Versions: 25

Compression:

Stored size: 451 Bytes

Contents

<% if searching? %>
  <h2><%= t('results_for', :scope => 'shared.admin.search', :query => params[:search]) %></h2>
<% end %>
<% if @images.any? %>
  <div class='pagination_container'>
    <%= render :partial => 'images' %>
  </div>
<% else %>
  <p>
    <% unless searching? %>
      <strong>
        <%= t('.no_images_yet') %>
      </strong>
    <% else %>
      <%= t('no_results', :scope => 'shared.admin.search') %>
    <% end %>
  </p>
<% end %>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
refinerycms-images-1.0.11 app/views/admin/images/_records.html.erb
refinerycms-images-1.0.10 app/views/admin/images/_records.html.erb
refinerycms-images-1.0.9 app/views/admin/images/_records.html.erb
refinerycms-images-1.0.8 app/views/admin/images/_records.html.erb
refinerycms-images-1.0.7 app/views/admin/images/_records.html.erb
refinerycms-images-1.0.5 app/views/admin/images/_records.html.erb
refinerycms-images-1.0.4 app/views/admin/images/_records.html.erb
refinerycms-images-1.0.3 app/views/admin/images/_records.html.erb
refinerycms-images-1.0.1 app/views/admin/images/_records.html.erb
refinerycms-images-1.0.0 app/views/admin/images/_records.html.erb
refinerycms-images-0.9.9.22 app/views/admin/images/_records.html.erb
refinerycms-images-0.9.9.21 app/views/admin/images/_records.html.erb
refinerycms-images-0.9.9.20 app/views/admin/images/_records.html.erb
refinerycms-images-0.9.9.19 app/views/admin/images/_records.html.erb
refinerycms-images-0.9.9.18 app/views/admin/images/_records.html.erb
refinerycms-images-0.9.9.17 app/views/admin/images/_records.html.erb
refinerycms-images-0.9.9.16 app/views/admin/images/_records.html.erb
refinerycms-images-0.9.9.15 app/views/admin/images/_records.html.erb
refinerycms-images-0.9.9.14 app/views/admin/images/_records.html.erb
refinerycms-images-0.9.9.13 app/views/admin/images/_records.html.erb