Correct invalid table markup
- Add required <tr> within <thead> - Add implicit <tbody> after <thead>
This commit is contained in:
parent
097470bb0c
commit
1f31c1c80d
37 changed files with 330 additions and 291 deletions
|
|
@ -10,11 +10,12 @@
|
|||
- if @unpaid_ticket_purchases.present?
|
||||
%table.table.table-bordered.table-striped.table-hover#roles
|
||||
%thead
|
||||
%th ID
|
||||
%th Type
|
||||
%th Quantity
|
||||
%th Date
|
||||
%th Actions
|
||||
%tr
|
||||
%th ID
|
||||
%th Type
|
||||
%th Quantity
|
||||
%th Date
|
||||
%th Actions
|
||||
%tbody
|
||||
- @unpaid_ticket_purchases.each do |ticket_purchase|
|
||||
%tr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue