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
|
|
@ -18,11 +18,12 @@
|
|||
.col-md-12
|
||||
%table.datatable#tickets
|
||||
%thead
|
||||
%th ID
|
||||
%th Type
|
||||
%th User
|
||||
%th Paid
|
||||
%th Actions
|
||||
%tr
|
||||
%th ID
|
||||
%th Type
|
||||
%th User
|
||||
%th Paid
|
||||
%th Actions
|
||||
%tbody
|
||||
- @physical_tickets.each do |physical_ticket|
|
||||
= render "physical_ticket", physical_ticket: physical_ticket,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue