2014-03-17 16:36:32 +01:00
|
|
|
.row
|
|
|
|
|
.col-md-12
|
2014-11-14 11:58:36 +01:00
|
|
|
.page-header
|
|
|
|
|
%h2
|
|
|
|
|
Users
|
|
|
|
|
- if @users
|
|
|
|
|
= "(#{@users.length})"
|
|
|
|
|
.row
|
2016-03-07 15:15:29 +05:30
|
|
|
.col-md-12.table-responsive
|
2016-08-01 02:32:48 +05:30
|
|
|
%table.table.table-striped.table-bordered.table-hover#userstable{data: {source: admin_users_path(format: :json)}}
|
2014-08-22 15:08:54 +02:00
|
|
|
%thead
|
|
|
|
|
%th ID
|
|
|
|
|
%th State
|
|
|
|
|
%th Email
|
|
|
|
|
%th Name
|
|
|
|
|
%th Attended Conferences
|
|
|
|
|
%th Roles
|
|
|
|
|
%th View
|
|
|
|
|
%th Edit
|
|
|
|
|
%tbody
|