demarches-normaliennes/app/views/users/dossiers/_autosave.html.haml

20 lines
769 B
Text
Raw Normal View History

2019-11-19 17:55:30 +01:00
.autosave.autosave-state-idle
%p.autosave-explanation
%span.autosave-explanation-text
Votre brouillon est automatiquement enregistré.
2020-05-18 15:24:21 +02:00
= link_to 'En savoir plus', FAQ_AUTOSAVE_URL, target: '_blank', rel: 'noopener', class: 'autosave-more-infos'
2019-11-19 17:55:30 +01:00
%p.autosave-status.succeeded
%span.autosave-icon.icon.accept
%span.autosave-label
Brouillon enregistré
2020-05-18 15:24:21 +02:00
= link_to 'En savoir plus', FAQ_AUTOSAVE_URL, target: '_blank', rel: 'noopener', class: 'autosave-more-infos'
2019-11-19 17:55:30 +01:00
%p.autosave-status.failed
%span.autosave-icon ⚠️
%span.autosave-label Impossible denregistrer le brouillon
%button.button.small.autosave-retry
%span.autosave-retry-label réessayer
%span.autosave-retrying-label enregistrement en cours…