diff --git a/app/views/exports/show.html.slim b/app/views/exports/show.html.slim index b72b856..a609e6c 100644 --- a/app/views/exports/show.html.slim +++ b/app/views/exports/show.html.slim @@ -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|