Merge pull request #772 from sgmap/fix_avis_old_ui
Avis Old UI: fix a path that have moved
This commit is contained in:
commit
77aee1dd35
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@
|
|||
- if user_signed_in? && current_user == dossier.user
|
||||
= link_to 'Télécharger', dossier_attestation_path(dossier), target: '_blank', class: 'btn btn-primary'
|
||||
- else
|
||||
= link_to 'Télécharger', procedure_dossier_attestation_path(dossier.procedure, dossier), target: '_blank', class: 'btn btn-primary'
|
||||
= link_to 'Télécharger', attestation_dossier_path(dossier.procedure, dossier), target: '_blank', class: 'btn btn-primary'
|
||||
|
|
Loading…
Reference in a new issue