Remove Rempli column for type de champ

This commit is contained in:
simon lehericey 2020-02-07 15:37:30 +01:00 committed by GitHub Action
parent 4f317e84d1
commit 90113f1a22
2 changed files with 0 additions and 7 deletions

View file

@ -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|

View file

@ -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,