From 5d50194f3939ade3d04cfec2db39a66dfc07fc19 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 12 Sep 2024 01:24:50 +0200 Subject: [PATCH] Cosmetics --- app/views/checks/index.html.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/checks/index.html.slim b/app/views/checks/index.html.slim index c73f86b..c66ccda 100644 --- a/app/views/checks/index.html.slim +++ b/app/views/checks/index.html.slim @@ -75,9 +75,9 @@ table.table.table-striped td = link_to check.external_number, check td - = link_to check.conformity_level, check + = safe_display(check.conformity_level) { link_to _1, check } .my-3 == pagy_info(@pagy) -== pagy_bootstrap_nav(@pagy) +== pagy_bootstrap_nav(@pagy) if @pagy.pages > 1 .action-row = link_to t("scaffold.link_new", model: Check.model_name.human), new_check_path