amelioration(mail.invitation_instructeur): ajout d'une mention à AgentConnect ds le mail d'invitation des instructeurs
Update app/views/agent_connect/agent/index.html.haml Co-authored-by: Colin Darie <colin@darie.eu> Update app/views/agent_connect/agent/index.html.haml Co-authored-by: Colin Darie <colin@darie.eu> Update app/views/agent_connect/agent/index.html.haml Co-authored-by: Colin Darie <colin@darie.eu> Update config/locales/views/agent_connect/agent/fr.yml Co-authored-by: Colin Darie <colin@darie.eu>
This commit is contained in:
parent
876e5ef231
commit
d203ab2321
3 changed files with 11 additions and 6 deletions
|
@ -17,6 +17,11 @@
|
|||
%p
|
||||
Lors de vos prochaines connexions sur #{APPLICATION_NAME} cliquez sur le bouton « Se connecter » positionné sur le haut de page ou bien sur ce lien :
|
||||
= link_to new_user_session_url, new_user_session_url
|
||||
|
||||
- if AgentConnectService.enabled?
|
||||
%p
|
||||
Vous êtes un agent de l'état et avez accès à AgentConnect ? Vous pouvez utiliser la connexion AgentConnect en suivant ce lien :
|
||||
= link_to agent_connect_url, agent_connect_url
|
||||
%p
|
||||
Nous vous invitons aussi à consulter notre tutoriel à destination des nouveaux instructeurs :
|
||||
= link_to(INSTRUCTEUR_TUTORIAL_URL, INSTRUCTEUR_TUTORIAL_URL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue