localize zone
This commit is contained in:
parent
b2902340af
commit
3265ac2d84
2 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
= f.text_area :description, rows: '6', placeholder: 'Description de la démarche, destinataires, etc. ', class: 'form-control'
|
||||
|
||||
= f.label :zone do
|
||||
Organisme qui met en oeuvre la démarche
|
||||
= t('zone', scope: 'activerecord.attributes.procedure')
|
||||
%span.mandatory *
|
||||
= f.collection_select :zone_id, Zone.order(:label), :id, :label, prompt: true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue