From 096e541969a213c733a6c775146cae885c1ad47d Mon Sep 17 00:00:00 2001 From: david Date: Sun, 17 Nov 2024 13:53:40 +0100 Subject: [PATCH] Fix last fix........ --- app/views/exports/show.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)