fix(champ): use champ.mandatory?
This commit is contained in:
parent
22d0ad64db
commit
4dc95417c5
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#{@champ.libelle}
|
||||
- if @champ.type_de_champ.mandatory?
|
||||
- if @champ.mandatory?
|
||||
%span.mandatory *
|
||||
|
||||
- if @champ.updated_at.present? && @seen_at.present?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue