Sha256: b6402484cf82b718fcca19774d50a8e44faa93d200fd5e48fb9c22224ea44da4

Contents?: true

Size: 608 Bytes

Versions: 5

Compression:

Stored size: 608 Bytes

Contents

<div id='actions'>
  <ul>
    <li>
      <%= link_to "Create New User", new_admin_user_url, :class => "add_icon" %>
    </li>
  </ul>
</div>
<div id='records'>
  <% if @users.any? %>
    <%= 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;' %>
  <% else %>
    <p>
      <strong>
        There are no users yet.
        Click "Create New User" to add your first user.
      </strong>
    </p>
  <% end %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refinerycms-0.9.6.34 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.6.33 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.6.32 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.6.31 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.6.30 vendor/plugins/authentication/app/views/admin/users/index.html.erb