urls: fix link to autosave FAQ article
This commit is contained in:
parent
6eca93faab
commit
c9820adbc4
2 changed files with 3 additions and 4 deletions
|
@ -1,16 +1,14 @@
|
|||
- more_infos_url = 'https://faq.demarches-simplifiees.fr/article/73-enregistrer-mon-dossier?preview=5dcbf0bb2c7d3a7e9ae3e33f'
|
||||
|
||||
.autosave.autosave-state-idle
|
||||
%p.autosave-explanation
|
||||
%span.autosave-explanation-text
|
||||
Votre brouillon est automatiquement enregistré.
|
||||
= link_to 'En savoir plus', more_infos_url, target: '_blank', rel: 'noopener', class: 'autosave-more-infos'
|
||||
= link_to 'En savoir plus', FAQ_AUTOSAVE_URL, target: '_blank', rel: 'noopener', class: 'autosave-more-infos'
|
||||
|
||||
%p.autosave-status.succeeded
|
||||
%span.autosave-icon.icon.accept
|
||||
%span.autosave-label
|
||||
Brouillon enregistré
|
||||
= link_to 'En savoir plus', more_infos_url, target: '_blank', rel: 'noopener', class: 'autosave-more-infos'
|
||||
= link_to 'En savoir plus', FAQ_AUTOSAVE_URL, target: '_blank', rel: 'noopener', class: 'autosave-more-infos'
|
||||
|
||||
%p.autosave-status.failed
|
||||
%span.autosave-icon ⚠️
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue