Sha256: 08aa6c183363937173abf845af30e1388b60eca16e943d7d2ed57d70968e5c71

Contents?: true

Size: 462 Bytes

Versions: 4

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 @groups.any? %>
    <%= render 'groups' %>
  <% 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-registrations-0.2.1 app/views/refinery/race_registrations/admin/groups/_records.html.erb
refinerycms-registrations-0.1.2 app/views/refinery/race_registrations/admin/groups/_records.html.erb
refinerycms-registrations-0.1.1 app/views/refinery/race_registrations/admin/groups/_records.html.erb
refinerycms-registrations-0.1.0 app/views/refinery/race_registrations/admin/groups/_records.html.erb