Merge pull request #3133 from AndrewKvalheim/thead-tr
Correct invalid table markup
This commit is contained in:
commit
3aaf86076f
37 changed files with 330 additions and 291 deletions
|
|
@ -15,12 +15,13 @@
|
|||
.well
|
||||
%table.datatable#registrations
|
||||
%thead
|
||||
%th
|
||||
%th Name
|
||||
%th Email
|
||||
%th Created AT
|
||||
%th Attended
|
||||
%th Attended Conference
|
||||
%tr
|
||||
%th
|
||||
%th Name
|
||||
%th Email
|
||||
%th Created AT
|
||||
%th Attended
|
||||
%th Attended Conference
|
||||
%tbody
|
||||
- @event.events_registrations.each.with_index(1) do |event_registration, index|
|
||||
%tr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue