Sha256: 418bee811dea35161fba60873d3704d274eec6000d9c4c926cd1d331558b70e4

Contents?: true

Size: 466 Bytes

Versions: 4

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 @contacts.any? %>
    <%= render 'contacts' %>
  <% 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

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-contacts-0.2.0 app/views/refinery/contacts/admin/contacts/_records.html.erb
refinerycms-contacts-0.1.2 app/views/refinery/contacts/admin/contacts/_records.html.erb
refinerycms-contacts-0.1.1 app/views/refinery/contacts/admin/contacts/_records.html.erb
refinerycms-contacts-0.1.0 app/views/refinery/contacts/admin/contacts/_records.html.erb