Remove Rempli column for type de champ
This commit is contained in:
parent
4f317e84d1
commit
90113f1a22
2 changed files with 0 additions and 7 deletions
|
@ -4,7 +4,6 @@
|
|||
%tr
|
||||
%td.cell-label Libelle
|
||||
%td.cell-label Type de champ
|
||||
%td.cell-label Rempli
|
||||
%td.cell-label Modifier le modèle
|
||||
%tbody
|
||||
- field.data.order(:order_place).each do |type_de_champ|
|
||||
|
|
|
@ -6,12 +6,6 @@
|
|||
%td.cell-data
|
||||
= I18n.t("activerecord.attributes.type_de_champ.type_champs.#{type_de_champ.type_champ}")
|
||||
|
||||
%td.cell-data
|
||||
- if type_de_champ.blank?
|
||||
vide
|
||||
- else
|
||||
rempli
|
||||
|
||||
%td.cell-data
|
||||
- if type_de_champ.type_champ == 'piece_justificative'
|
||||
= form_for type_de_champ,
|
||||
|
|
Loading…
Reference in a new issue