Merge pull request #10112 from colinux/no-pdf-form-download-link
ETQ usager, plus de lien de téléchargement du formulaire vide PDF lorsque la démarche est close
This commit is contained in:
commit
7282c25f24
1 changed files with 5 additions and 4 deletions
|
@ -59,10 +59,11 @@
|
||||||
|
|
||||||
|
|
||||||
.fr-col-12.fr-col-sm-4.fr-col-md-4
|
.fr-col-12.fr-col-sm-4.fr-col-md-4
|
||||||
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.dematerialisation.header')
|
- unless procedure.close?
|
||||||
.fr-download
|
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.dematerialisation.header')
|
||||||
%p
|
.fr-download
|
||||||
= link_to I18n.t('users.procedure_footer.dematerialisation.title_1'), commencer_dossier_vide_for_revision_path(procedure.active_revision), class: 'fr-footer__top-link fr-download__link'
|
%p
|
||||||
|
= link_to I18n.t('users.procedure_footer.dematerialisation.title_1'), commencer_dossier_vide_for_revision_path(procedure.active_revision), class: 'fr-footer__top-link fr-download__link'
|
||||||
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.support.header')
|
%h3.fr-footer__top-cat= I18n.t('users.procedure_footer.support.header')
|
||||||
.fr-footer__brand.fr-enlarge-link
|
.fr-footer__brand.fr-enlarge-link
|
||||||
= link_to t("users.procedure_footer.dematerialisation.link"), title: t("users.procedure_footer.dematerialisation.alt"), class: "fr-footer__brand-link" do
|
= link_to t("users.procedure_footer.dematerialisation.link"), title: t("users.procedure_footer.dematerialisation.alt"), class: "fr-footer__brand-link" do
|
||||||
|
|
Loading…
Add table
Reference in a new issue