Remove datatable functionality from Roles index table.
The table in roles#index view has no need of datatable features as the number of roles is just 4.
This commit is contained in:
parent
dcdceb7c6d
commit
fd64db575b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
The available roles for the conference
|
The available roles for the conference
|
||||||
|
|
||||||
.col-md-12
|
.col-md-12
|
||||||
%table.table.table-bordered.table-striped.table-hover.datatable#roles
|
%table.table.table-bordered.table-striped.table-hover#roles
|
||||||
%thead
|
%thead
|
||||||
%th ID
|
%th ID
|
||||||
%th Name
|
%th Name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue