remove fake attestation fiscale
This commit is contained in:
parent
58f840ac92
commit
9473232e14
3 changed files with 1 additions and 15 deletions
|
@ -28,10 +28,5 @@
|
|||
%a{ href: "#{piece_justificative.content}", target: '_blank' } Consulter
|
||||
- else
|
||||
= 'Pièce non fournie'
|
||||
- if gestionnaire_signed_in? || (user_signed_in? && current_user.loged_in_with_france_connect)
|
||||
%tr
|
||||
%th.col-lg-6
|
||||
Attestation fiscale
|
||||
%td.col-lg-6.col-md-6
|
||||
%a{ href: "/attestation_fiscale_octo.pdf", target: '_blank'} Consulter
|
||||
|
||||
|
||||
|
|
|
@ -72,15 +72,6 @@
|
|||
%span.btn.btn-sm.btn-file.btn-success
|
||||
Modifier
|
||||
= file_field_tag "piece_justificative_#{piece_justificative.type}", accept: '.pdf'
|
||||
|
||||
- if (user_signed_in? && current_user.loged_in_with_france_connect) || gestionnaire_signed_in?
|
||||
%tr
|
||||
%th.col-lg-6
|
||||
Attestation fiscale
|
||||
%td.col-lg-6.col-md-6
|
||||
%a{ href: "/attestation_fiscale_octo.pdf", target: '_blank'} Nous l'avons récupéré pour vous.
|
||||
//END
|
||||
|
||||
%div{style: 'text-align:right'}
|
||||
%h6 Tous les champs portant un * sont obligatoires.
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue