Rename CERFA to Formulaire
This commit is contained in:
parent
7a2b935c04
commit
ad300319f4
2 changed files with 8 additions and 7 deletions
|
@ -6,9 +6,7 @@
|
||||||
-if @facade.procedure.lien_demarche != nil
|
-if @facade.procedure.lien_demarche != nil
|
||||||
%tr{id: "piece_justificative_0"}
|
%tr{id: "piece_justificative_0"}
|
||||||
%th{class:'col-lg-6'}
|
%th{class:'col-lg-6'}
|
||||||
='CERFA'
|
='Formulaire'
|
||||||
-if @facade.procedure.lien_demarche != nil
|
|
||||||
%a{style:'font-size:0.9em; padding-left:3px', id: 'lien_cerfa' ,href: "#{@facade.procedure.lien_demarche}", :target => '_blank'} Lien CERFA
|
|
||||||
%td.col-lg-6.col-md-6
|
%td.col-lg-6.col-md-6
|
||||||
- if !@facade.dossier.cerfa.empty?
|
- if !@facade.dossier.cerfa.empty?
|
||||||
- if user_signed_in?
|
- if user_signed_in?
|
||||||
|
|
|
@ -40,15 +40,18 @@
|
||||||
%br
|
%br
|
||||||
%h3 Documents administratifs
|
%h3 Documents administratifs
|
||||||
|
|
||||||
|
-if @procedure.lien_demarche != nil
|
||||||
|
%p
|
||||||
|
Formulaire / documentation de la démarche :
|
||||||
|
%a{style:'font-size:0.9em; padding-left:3px', id: 'lien_cerfa' ,href: "#{@procedure.lien_demarche}", :target => '_blank'} Accéder
|
||||||
|
|
||||||
|
|
||||||
%br
|
%br
|
||||||
//TODO a refactorer
|
//TODO a refactorer
|
||||||
%table{class:'table', style:'width:55%; margin-left:5%'}
|
%table{class:'table', style:'width:55%; margin-left:5%'}
|
||||||
%tr
|
%tr
|
||||||
%th{class:'col-lg-6'}
|
%th{class:'col-lg-6'}
|
||||||
='Charger votre CERFA (.pdf)'
|
='Formulaire (.pdf / .doc)'
|
||||||
|
|
||||||
-if @procedure.lien_demarche != nil
|
|
||||||
%a{style:'font-size:0.9em; padding-left:3px', id: 'lien_cerfa' ,href: "#{@procedure.lien_demarche}", :target => '_blank'} Lien CERFA
|
|
||||||
|
|
||||||
%td{class:'col-lg-5'}
|
%td{class:'col-lg-5'}
|
||||||
-if !@dossier.cerfa.empty?
|
-if !@dossier.cerfa.empty?
|
||||||
|
|
Loading…
Add table
Reference in a new issue