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