Sha256: f3f755a62f43d9bc174fce3f90dc903b078f90ed71f7dadd8a540bd82d016472

Contents?: true

Size: 558 Bytes

Versions: 16

Compression:

Stored size: 558 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'>
  <% 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>
        <%= t('.no_users_yet') %>
      </strong>
    </p>
  <% end %>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
refinerycms-0.9.7.15 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.14 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.8 vendor/refinerycms/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.13 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.11 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.10 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.9 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.8 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.7 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.6 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.5 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.4 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.3 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.2 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7.1 vendor/plugins/authentication/app/views/admin/users/index.html.erb
refinerycms-0.9.7 vendor/plugins/authentication/app/views/admin/users/index.html.erb