Merge pull request #9297 from colinux/fix-legacy-procedure-notice-link
ETQ usager, corrige l'affichage des liens de notices des vieilles démarches
This commit is contained in:
commit
45a5dfe14d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
- if link?
|
||||
= link_to url, t(".name"), class: "fr-download__link", title: new_tab_suffix(t(".name")), **external_link_attributes
|
||||
= link_to url, t(".name"), class: "fr-download__link", title: helpers.new_tab_suffix(t(".name")), **helpers.external_link_attributes
|
||||
- elsif attachment?
|
||||
= render Dsfr::DownloadComponent.new(attachment:, name: t(".name"), ephemeral_link: helpers.administrateur_signed_in?)
|
||||
|
|
Loading…
Reference in a new issue