Fix a bug in the PJ PR
This commit is contained in:
parent
88e951f5fa
commit
5746ba29da
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
= file_field_tag "champs['#{champ.id}']",
|
||||
id: "champs_#{champ.id}",
|
||||
direct_upload: true,
|
||||
mandatory: champ.mandatory
|
||||
mandatory: champ.mandatory?
|
||||
- else
|
||||
%a{ href: url_for(pj), target: '_blank' }
|
||||
= pj.filename.to_s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue