refactor(ui): use proper title
This commit is contained in:
parent
43b0eae3ee
commit
b3ce3820a9
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
.card#routing-rules
|
.card#routing-rules
|
||||||
.card-title
|
%h2.card-title= t('.apply_routing_rules')
|
||||||
= t('.apply_routing_rules')
|
|
||||||
- if can_route?
|
- if can_route?
|
||||||
.notice
|
.notice
|
||||||
= t('.routing_rules_notice_html', path: champs_admin_procedure_path(@procedure_id))
|
= t('.routing_rules_notice_html', path: champs_admin_procedure_path(@procedure_id))
|
||||||
|
|
|
@ -11,8 +11,7 @@
|
||||||
= f.submit t('.button.rename'), class: 'button primary send'
|
= f.submit t('.button.rename'), class: 'button primary send'
|
||||||
|
|
||||||
.card
|
.card
|
||||||
.card-title
|
%h2.card-title= t('.group_management.title')
|
||||||
= t('.group_management.title')
|
|
||||||
|
|
||||||
= form_for :groupe_instructeur, html: { class: 'form' } do |f|
|
= form_for :groupe_instructeur, html: { class: 'form' } do |f|
|
||||||
= f.label :label do
|
= f.label :label do
|
||||||
|
|
Loading…
Add table
Reference in a new issue