Sha256: 33c05c0fea9d82cff7540166e1d6752cf10d450f633efc3549c3ad6053681d46

Contents?: true

Size: 462 Bytes

Versions: 16

Compression:

Stored size: 462 Bytes

Contents

<% if searching? %>
  <h2><%= t('results_for', :scope => 'refinery.admin.search', :query => params[:search]) %></h2>
<% end %>
<div class='pagination_container'>
  <% if @stores.any? %>
    <%= render 'stores' %>
  <% 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/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.16 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.14 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.13 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.12 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.11 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.10 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.9 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.8 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.7 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.6 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.5 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.4 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.3 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.2 app/views/refinery/stores/admin/stores/_records.html.erb
refinerycms-stores-0.0.1 app/views/refinery/stores/admin/stores/_records.html.erb