chore(attestation): improve wording about v1/v2 switch
This commit is contained in:
parent
5b268fff29
commit
e7f5217211
2 changed files with 9 additions and 15 deletions
|
@ -13,19 +13,16 @@
|
||||||
attestation_logo_attachment_free_label_value: AttestationTemplate.human_attribute_name(:logo) } do |f|
|
attestation_logo_attachment_free_label_value: AttestationTemplate.human_attribute_name(:logo) } do |f|
|
||||||
|
|
||||||
#attestation-edit.fr-container.fr-my-4w{ data: { controller: 'tiptap', tiptap_insert_after_tag_value: ' ' } }
|
#attestation-edit.fr-container.fr-my-4w{ data: { controller: 'tiptap', tiptap_insert_after_tag_value: ' ' } }
|
||||||
.fr-mb-6w
|
- if @procedure.attestation_templates.v1.published.any?
|
||||||
= render Dsfr::AlertComponent.new(state: :info, title: "Nouvel éditeur d’attestation", heading_level: 'h3') do |c|
|
.fr-mb-6w
|
||||||
- c.with_body do
|
= render Dsfr::AlertComponent.new(state: :info, title: "Nouvel éditeur d’attestation", heading_level: 'h3') do |c|
|
||||||
Cette page permet la mise en forme de l’attestation avec un nouvel éditeur plus flexible
|
- c.with_body do
|
||||||
tout en respectant la charte de l’état. Essayez-la et donnez-nous votre avis
|
%p Cette page présente un nouvel éditeur d'attestations, plus flexible et conforme à la charte de l'État.
|
||||||
en nous envoyant un email à #{mail_to(Current.contact_email, subject: "Feedback attestation v2")}.
|
%p
|
||||||
%br
|
%strong Pour modifier l’attestation existante (actuellement délivrée aux usagers),
|
||||||
- if !@procedure.feature_enabled?(:attestation_v2) || @procedure.attestation_templates.v1.published.any?
|
= link_to("cliquez ici", edit_admin_procedure_attestation_template_path(@procedure)) + "."
|
||||||
%strong Les attestations délivrées suivent encore l’ancien format :
|
%p Pour générer une attestation à la charte de l‘État, créez-la ci-dessous puis publiez-la: elle remplacera alors l’attestation actuelle.
|
||||||
l’activation des attestations basées sur ce format sera bientôt disponible.
|
|
||||||
%br
|
|
||||||
|
|
||||||
= link_to("Suivez ce lien pour revenir aux attestations actuellement délivrées", edit_admin_procedure_attestation_template_path(@procedure))
|
|
||||||
|
|
||||||
.fr-grid-row.fr-grid-row--gutters
|
.fr-grid-row.fr-grid-row--gutters
|
||||||
.fr-col-12.fr-col-lg-7
|
.fr-col-12.fr-col-lg-7
|
||||||
|
|
|
@ -92,9 +92,6 @@ describe 'As an administrateur, I want to manage the procedure’s attestation',
|
||||||
find_attestation_card(with_nested_selector: ".fr-badge")
|
find_attestation_card(with_nested_selector: ".fr-badge")
|
||||||
|
|
||||||
find_attestation_card.click
|
find_attestation_card.click
|
||||||
within(".fr-alert", text: /Nouvel éditeur/) do
|
|
||||||
find("a").click
|
|
||||||
end
|
|
||||||
|
|
||||||
expect(procedure.reload.attestation_templates.v2).to be_empty
|
expect(procedure.reload.attestation_templates.v2).to be_empty
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue