Cosmetics
This commit is contained in:
parent
1cdf5048c3
commit
5d50194f39
1 changed files with 2 additions and 2 deletions
|
|
@ -75,9 +75,9 @@ table.table.table-striped
|
||||||
td
|
td
|
||||||
= link_to check.external_number, check
|
= link_to check.external_number, check
|
||||||
td
|
td
|
||||||
= link_to check.conformity_level, check
|
= safe_display(check.conformity_level) { link_to _1, check }
|
||||||
.my-3
|
.my-3
|
||||||
== pagy_info(@pagy)
|
== pagy_info(@pagy)
|
||||||
== pagy_bootstrap_nav(@pagy)
|
== pagy_bootstrap_nav(@pagy) if @pagy.pages > 1
|
||||||
.action-row
|
.action-row
|
||||||
= link_to t("scaffold.link_new", model: Check.model_name.human), new_check_path
|
= link_to t("scaffold.link_new", model: Check.model_name.human), new_check_path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue