DossierLink: add type de champ

This commit is contained in:
Simon Lehericey 2017-03-28 15:08:36 +02:00
parent ed36897337
commit 785219c956
2 changed files with 3 additions and 1 deletions

View file

@ -18,7 +18,8 @@ class TypeDeChamp < ActiveRecord::Base
departements: 'departements',
engagement: 'engagement',
header_section: 'header_section',
explication: 'explication'
explication: 'explication',
dossier_link: 'dossier_link'
}
belongs_to :procedure

View file

@ -24,3 +24,4 @@ fr:
header_section: 'Titre de section'
explication: 'Explication'
multiple_drop_down_list: 'Menu déroulant à choix multiples'
dossier_link: 'Lien vers un autre dossier'