Sha256: 96a9d7d7287e65863f35a8d2935d65af868f06264beac8d4042b250cfefeb4e2

Contents?: true

Size: 263 Bytes

Versions: 6

Compression:

Stored size: 263 Bytes

Contents

<%= render 'refinery/admin/search_header', :url => refinery.admin_users_path %>
<% if @users.any? %>
<div class='pagination_container'>
  <%= render 'users' %>
</div>
<% else %>
  <p>
    <%= t('no_results', :scope => 'refinery.admin.search') %>
  </p>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-authentication-2.1.5 app/views/refinery/admin/users/_records.html.erb
refinerycms-authentication-2.1.4 app/views/refinery/admin/users/_records.html.erb
refinerycms-authentication-2.1.3 app/views/refinery/admin/users/_records.html.erb
refinerycms-authentication-2.1.2 app/views/refinery/admin/users/_records.html.erb
refinerycms-authentication-2.1.1 app/views/refinery/admin/users/_records.html.erb
refinerycms-authentication-2.1.0 app/views/refinery/admin/users/_records.html.erb