2015-08-14 18:07:40 +02:00
|
|
|
.col-md-12
|
|
|
|
%h4
|
|
|
|
= @entreprise.raison_sociale_or_name
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2015-08-14 18:07:40 +02:00
|
|
|
#infos_entreprise
|
|
|
|
.col-lg-6.col-md-6
|
|
|
|
%dl.dl-horizontal
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2015-08-14 18:07:40 +02:00
|
|
|
%dt Siret :
|
|
|
|
%dd.text-success= @etablissement.siret
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2015-08-14 18:07:40 +02:00
|
|
|
%dt Forme juridique :
|
|
|
|
%dd= @entreprise.forme_juridique
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2015-08-14 18:07:40 +02:00
|
|
|
%dt libelle naf :
|
|
|
|
%dd= @etablissement.libelle_naf
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2015-08-14 18:07:40 +02:00
|
|
|
%dt Date de création :
|
|
|
|
%dd= Time.at(@entreprise.date_creation).strftime "%d-%m-%Y"
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2015-08-14 18:07:40 +02:00
|
|
|
%dt Effectife entreprise :
|
|
|
|
%dd= @entreprise.effectif
|
2015-08-10 11:05:06 +02:00
|
|
|
|
2015-08-14 18:07:40 +02:00
|
|
|
%dt Capital social :
|
|
|
|
%dd= @entreprise.pretty_capital_social
|
2015-08-10 11:05:06 +02:00
|
|
|
|
|
|
|
%div.col-lg-6.col-md-6{style:'margin-left:-2%'}
|
2015-08-14 18:07:40 +02:00
|
|
|
%dl.dl-horizontal
|
|
|
|
%dt
|
|
|
|
Adresse :
|
|
|
|
%dd
|
|
|
|
%address= @etablissement.adresse.gsub(/[\n]/, '<br>').html_safe
|