Merge pull request #3133 from AndrewKvalheim/thead-tr

Correct invalid table markup
This commit is contained in:
Henne Vogelsang 2023-04-19 13:14:34 +02:00 committed by GitHub
commit 3aaf86076f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 330 additions and 291 deletions

View file

@ -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