diff --git a/app/views/exports/show.html.slim b/app/views/exports/show.html.slim index a609e6c..b1329b9 100644 --- a/app/views/exports/show.html.slim +++ b/app/views/exports/show.html.slim @@ -110,7 +110,7 @@ h2 3 Anhang: Liste der zu beachtenden WCAG Regeln strong Links .body_text - check.links.group_by(&:link_category).each do |category, links| - strong = category + strong = category.t_name ul - links.each do |l| li = link_to(l.text, l.url)