17 lines
753 B
Text
17 lines
753 B
Text
.autosave.autosave-state-idle{ data: { controller: 'autosave-status' } }
|
||
%p.autosave-explanation
|
||
%span.autosave-explanation-text
|
||
= t('views.instructeurs.dossiers.autosave.autosave_draft')
|
||
|
||
%p.autosave-status.succeeded
|
||
%span.autosave-icon.icon.accept
|
||
%span.autosave-label
|
||
= t('views.instructeurs.dossiers.autosave.autosave_confirmation')
|
||
|
||
%p.autosave-status.failed
|
||
%span.autosave-icon ⚠️
|
||
%span.autosave-label Impossible d’enregistrer les annotations
|
||
%button.button.small.autosave-retry{ type: :button, data: { action: 'autosave-status#onClickRetryButton', autosave_status_target: 'retryButton' } }
|
||
%span.autosave-retry-label réessayer
|
||
%span.autosave-retrying-label enregistrement en cours…
|
||
|