demarches-normaliennes/app/views/api_token_mailer/expiration.html.haml
2024-01-26 10:18:16 +01:00

17 lines
556 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- content_for(:title, "Expiration de votre jeton « #{@api_token.name} »")
%p
Bonjour,
%p Vous recevez ce courriel car vous êtes le propriétaire du jeton « #{@api_token.name} ».
%p
%strong Ce jeton expirera le #{l(@api_token.expires_at, format: :long)}.
%br
L'accès à l'API de #{APPLICATION_NAME} sera alors bloqué pour ce jeton.
%p
Pour le renouveler, rendez-vous sur votre page de profil, dans la section « Jetons didentification de lAPI » :
= link_to profil_url, profil_url
= render partial: "layouts/mailers/signature"