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
|
|
@ -12,7 +12,7 @@
|
|||
People who bought this ticket
|
||||
.row
|
||||
.col-md-12
|
||||
%table.table.table-hover.datatable
|
||||
%table.datatable
|
||||
%thead
|
||||
%th #
|
||||
%th Name
|
||||
|
|
@ -35,4 +35,3 @@
|
|||
= buyer.affiliation
|
||||
%td
|
||||
= @ticket.tickets_paid(buyer)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue