Making datatable responsive in admin's users view.
This commit is contained in:
parent
ac7149fbe5
commit
2c1db3bd2a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
- if @users
|
- if @users
|
||||||
= "(#{@users.length})"
|
= "(#{@users.length})"
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12.table-responsive
|
||||||
%table.table.table-striped.table-bordered.table-hover.datatable
|
%table.table.table-striped.table-bordered.table-hover.datatable
|
||||||
%thead
|
%thead
|
||||||
%th ID
|
%th ID
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue