Fix apparition description on engagement champ
This commit is contained in:
parent
28811a0bda
commit
b1788ef481
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
'data-provide' => champ.data_provide,
|
||||
'data-date-format' => champ.data_date_format}
|
||||
|
||||
- unless champ.description.empty?
|
||||
- unless champ.description.empty? || champ.type_champ == 'engagement'
|
||||
.row
|
||||
.col-lg-8.col-md-8{class: 'description_div', id:"description_champs_#{champ.id}"}
|
||||
= champ.description
|
||||
|
|
Loading…
Reference in a new issue