refactor(ui): use proper title

This commit is contained in:
simon lehericey 2023-04-07 22:17:12 +02:00
parent 43b0eae3ee
commit b3ce3820a9
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,5 @@
.card#routing-rules
.card-title
= t('.apply_routing_rules')
%h2.card-title= t('.apply_routing_rules')
- if can_route?
.notice
= t('.routing_rules_notice_html', path: champs_admin_procedure_path(@procedure_id))