fix attribute name
Some checks failed
/ Run tests (push) Successful in 1m43s
/ Run system tests (push) Failing after 1m59s
/ Build, push and deploy image (push) Failing after 1m23s

This commit is contained in:
david 2024-11-17 13:48:05 +01:00
parent fa1d5b8bce
commit 1082011941

View file

@ -109,7 +109,7 @@ h2 3 Anhang: Liste der zu beachtenden WCAG Regeln
- if check.links.any?
strong Links
.body_text
- check.links.group_by(&:category).each do |category, links|
- check.links.group_by(&:link_category).each do |category, links|
strong = category
ul
- links.each do |l|