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