Sha256: 234dac99b0282978beff0e9c122b9b827dff54263dd0e91e280787239a0ea203

Contents?: true

Size: 418 Bytes

Versions: 9

Compression:

Stored size: 418 Bytes

Contents

<div id='actions'>
  <ul>
    <li>
      <%= link_to t('.create_new_user'), new_admin_user_url, :class => "add_icon" %>
    </li>
  </ul>
</div>
<div id='records'>
  <%= will_paginate @users, :previous_label => '&laquo;', :next_label => '&raquo;' %>
  <ul>
    <%= render :partial => "user", :collection => @users %>
  </ul>
  <%= will_paginate @users, :previous_label => '&laquo;', :next_label => '&raquo;' %>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
refinerycms-0.9.8.9 vendor/refinerycms/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.8.8 vendor/refinerycms/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.8.7 vendor/refinerycms/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.8.6 vendor/refinerycms/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.8.5 vendor/refinerycms/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.8.4 vendor/refinerycms/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.8.3 vendor/refinerycms/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.8.2 vendor/refinerycms/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.8.1 vendor/refinerycms/authentication/app/views/admin/users/index.html.erb