mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
|
@ -8,10 +8,11 @@
|
|||
.col-md-12
|
||||
%table.table.table-hover#difficulty_levels
|
||||
%thead
|
||||
%th Title
|
||||
%th Description
|
||||
%th Color
|
||||
%th Actions
|
||||
%tr
|
||||
%th Title
|
||||
%th Description
|
||||
%th Color
|
||||
%th Actions
|
||||
%tbody
|
||||
- @conference.program.difficulty_levels.each do |difficulty_level|
|
||||
%tr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue