Consistent, concise styling of datables
Add a semantic class to aggregate bootstrap classes and consistently applyt them to all datatables.
This commit is contained in:
parent
3bb73f27cf
commit
4ecf078db6
25 changed files with 47 additions and 25 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.page-header
|
||||
%h3 Users (#{users.length})
|
||||
- if users.present?
|
||||
%table.table.table-striped.table-bordered.table-hover.datatable#users
|
||||
%table.datatable#users
|
||||
%thead
|
||||
- if ( can? :toggle_user, @role )
|
||||
%th.col-md-1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue