nettoyage du tag_substitution_concern

This commit is contained in:
clemkeirua 2019-04-24 09:42:30 +02:00
parent b3956bc072
commit e4259466b4
2 changed files with 3 additions and 4 deletions

View file

@ -62,7 +62,7 @@ module TagsSubstitutionConcern
lambda: -> (d) {
links = [external_link(attestation_dossier_url(d))]
if d.justificatif_motivation.attached?
links.push external_link_with_body("Télécharger le justificatif", url_for_justificatif_motivation(d))
links.push external_link_with_body("Télécharger l'attestation", url_for_justificatif_motivation(d))
end
links.join "<br />\n"
},