Sha256: ba71e1c6e2174b5341d0c74b61c9a3a7e624c725d17d39f0dbaf59a699b71902

Contents?: true

Size: 466 Bytes

Versions: 16

Compression:

Stored size: 466 Bytes

Contents

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
refinerycms-stores-0.1.0 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.16 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.14 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.13 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.12 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.11 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.10 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.9 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.8 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.7 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.6 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.5 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.4 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.3 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.2 app/views/refinery/products/admin/products/_records.html.erb
refinerycms-stores-0.0.1 app/views/refinery/products/admin/products/_records.html.erb