Add an information on gestionnaire view if the user's file is a mandataire social of the enterprise
This commit is contained in:
parent
332eab3771
commit
cf248f198f
1 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
= @facade.dossier.nom_projet
|
||||
%h4
|
||||
= @facade.dossier.procedure.libelle
|
||||
|
||||
.description
|
||||
- begin
|
||||
- @facade.dossier.description.split(/(?:\n\r?|\r\n?')/).each do |line|
|
||||
|
@ -13,6 +14,16 @@
|
|||
%br
|
||||
- rescue
|
||||
=''
|
||||
|
||||
- if @facade.dossier.mandataire_social
|
||||
.mandataire_social.text-success.center
|
||||
%br
|
||||
%br
|
||||
="Il est probable que le soumissionnaire du dossier soit un des mandataire social de l'entreprise ("
|
||||
%b
|
||||
="#{@facade.dossier.user.given_name} #{@facade.dossier.user.family_name}"
|
||||
=")"
|
||||
|
||||
- if @facade.dossier.procedure.module_api_carto.use_api_carto
|
||||
.col-lg-6.col-md-6
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue