style(manager): iconify fill/empty champ
This commit is contained in:
parent
d2ad8d8455
commit
8d1e99dc06
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
||||||
= I18n.t("activerecord.attributes.type_de_champ.type_champs.#{row.type_champ}")
|
= I18n.t("activerecord.attributes.type_de_champ.type_champs.#{row.type_champ}")
|
||||||
|
|
||||||
%td.cell-data
|
%td.cell-data
|
||||||
|
- if row.blank? && row.mandatory?
|
||||||
|
⭕
|
||||||
|
- else
|
||||||
|
✔️
|
||||||
|
|
||||||
- if row.blank?
|
- if row.blank?
|
||||||
vide
|
vide
|
||||||
- else
|
- else
|
||||||
|
|
Loading…
Reference in a new issue