nettoyage du tag_substitution_concern
This commit is contained in:
parent
b3956bc072
commit
e4259466b4
2 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue