Translate type de champ values
This commit is contained in:
parent
b16c5d7bea
commit
39df032c8c
4 changed files with 29 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
.form-group.type
|
||||
%h4 Type
|
||||
= ff.select :type_champ, TypeDeChamp.type_champs, {}, {class: 'form-control type_champ'}
|
||||
= ff.select :type_champ, TypeDeChamp.type_de_champs_list_fr, {}, {class: 'form-control type_champ'}
|
||||
|
||||
.form-group.description
|
||||
%h4 Description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue