Sha256: d20836fb5ee19a1d77c1bbd9c213b01c804a78e86e6713e25c1a200b491e9fad

Contents?: true

Size: 307 Bytes

Versions: 6

Compression:

Stored size: 307 Bytes

Contents

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinerycms-authentication-devise-2.0.0 app/views/refinery/authentication/devise/admin/users/_records.html.erb
refinerycms-authentication-devise-1.0.4 app/views/refinery/authentication/devise/admin/users/_records.html.erb
refinerycms-authentication-devise-1.0.3 app/views/refinery/authentication/devise/admin/users/_records.html.erb
refinerycms-authentication-devise-1.0.2 app/views/refinery/authentication/devise/admin/users/_records.html.erb
refinerycms-authentication-devise-1.0.1 app/views/refinery/authentication/devise/admin/users/_records.html.erb
refinerycms-authentication-devise-1.0.0 app/views/refinery/authentication/devise/admin/users/_records.html.erb