parent
443fe2961e
commit
3a2fae9cc2
5 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
%table.table.vertical.dossier-champs
|
%table.table.vertical.dossier-champs{ role: :presentation }
|
||||||
%tbody
|
%tbody
|
||||||
- if dossier.show_groupe_instructeur_details?
|
- if dossier.show_groupe_instructeur_details?
|
||||||
%td.libelle= dossier.procedure.routing_criteria_name
|
%td.libelle= dossier.procedure.routing_criteria_name
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- if etablissement.as_degraded_mode?
|
- if etablissement.as_degraded_mode?
|
||||||
%table.table.vertical.dossier-champs
|
%table.table.vertical.dossier-champs{ role: :presentation }
|
||||||
%tbody
|
%tbody
|
||||||
%tr
|
%tr
|
||||||
%td.libelle{ colspan: 2 } ⚠ LʼINSEE est indisponible, les informations sur lʼentreprise arriveront dʼici quelques heures.
|
%td.libelle{ colspan: 2 } ⚠ LʼINSEE est indisponible, les informations sur lʼentreprise arriveront dʼici quelques heures.
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
%td.libelle SIRET :
|
%td.libelle SIRET :
|
||||||
%td= etablissement.siret
|
%td= etablissement.siret
|
||||||
- else
|
- else
|
||||||
%table.table.vertical.dossier-champs
|
%table.table.vertical.dossier-champs{ role: :presentation }
|
||||||
%tbody
|
%tbody
|
||||||
- if etablissement.diffusable_commercialement == false && profile != 'instructeur'
|
- if etablissement.diffusable_commercialement == false && profile != 'instructeur'
|
||||||
%tr
|
%tr
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
%table.table.vertical.dossier-champs
|
%table.table.vertical.dossier-champs{ role: :presentation }
|
||||||
%tbody
|
%tbody
|
||||||
%tr
|
%tr
|
||||||
%td.libelle
|
%td.libelle
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
%table.table.vertical.dossier-champs
|
%table.table.vertical.dossier-champs{ role: :presentation }
|
||||||
%tbody
|
%tbody
|
||||||
%tr
|
%tr
|
||||||
%td.libelle Déposé le :
|
%td.libelle Déposé le :
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
%table.table.vertical.dossier-champs
|
%table.table.vertical.dossier-champs{ role: :presentation }
|
||||||
%tbody
|
%tbody
|
||||||
%tr
|
%tr
|
||||||
%td.libelle Email :
|
%td.libelle Email :
|
||||||
|
|
Loading…
Reference in a new issue