Sha256: 6f46e11e38dd3a3adfb69598c62d96eb577337a10cc66106e838e9e780760857

Contents?: true

Size: 899 Bytes

Versions: 16

Compression:

Stored size: 899 Bytes

Contents

<% content_for :content_title_extra do %>
  <div class="header-bar-stats">
    <div class="collapse" id="header-bar-stats">
      <div class="well">
        <ul class="page-stats">
          <li><%= render partial: 'dm_core/admin/shared/header_stats_new_users' %></li>
          <li><%= render partial: 'dm_core/admin/shared/header_stats_user_activity' %></li>
        </ul>
      </div>
    </div>
  </div>
<% end %>
<%= panel title: 'Users', body: false do %>
  <div class="datatable">
    <table id="user_table" class="table table-striped table-condensed table-bordered" data-source="<%= dm_core.admin_users_url %>">
      <thead>
        <tr>
          <th width="40"></th>
          <th>Name</th>
          <th>Email</th>
          <th>Country</th>
          <th>Last Access</th>
          <th>Role</th>
        </tr>
      </thead>
      <tbody>
      </tbody>
    </table>
  </div>
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_core-4.2.3.10 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.3.9 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.3.8 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.3.7 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.3.6 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.3.5 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.3.4 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.3.3 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.3.2 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.3.1 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.3 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.2.3 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.2.2 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.2.1 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.2 app/views/dm_core/admin/users/index.html.erb
dm_core-4.2.1.5 app/views/dm_core/admin/users/index.html.erb