[Fix #183] Display “oui” or “non” instead of “true” or “false”
This commit is contained in:
parent
859a821ee7
commit
0e3ebfd819
4 changed files with 77 additions and 13 deletions
|
@ -46,6 +46,11 @@
|
|||
= dossier.text_summary
|
||||
- else
|
||||
Pas de dossier associé
|
||||
- elsif champ.type_champ == 'yes_no'
|
||||
- if champ.decorate.value == 'true'
|
||||
Oui
|
||||
- elsif champ.decorate.value == 'false'
|
||||
Non
|
||||
- else
|
||||
= champ.decorate.value.html_safe
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue