Fix procedures with multiple dossier link champs

This commit is contained in:
Paul Chavard 2018-10-10 21:59:53 +02:00
parent f0610c493c
commit c0344fc30e
4 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,3 @@
<%= render_to_element('.dossier-link .help-block',
<%= render_to_element(".dossier-link-#{@position} .help-block",
partial: 'shared/champs/dossier_link/help_block',
locals: { id: @dossier_id }) %>