2017-02-14 17:08:14 +01:00
|
|
|
.col-xs-3.center
|
2016-12-06 13:56:33 +01:00
|
|
|
%h3 Ma procédure
|
2016-07-18 09:37:22 +02:00
|
|
|
|
2017-04-06 19:10:25 +02:00
|
|
|
#logos.center{ class: (@facade.entreprise.nil? ? '' : 'mask') }
|
2016-06-20 13:57:57 +02:00
|
|
|
- if @facade.procedure.euro_flag
|
|
|
|
#euro_flag.flag
|
2017-04-06 11:38:44 +02:00
|
|
|
= image_tag('drapeau_europe.png')
|
2016-06-20 13:57:57 +02:00
|
|
|
|
|
|
|
#logo_procedure.flag
|
2017-04-06 11:38:44 +02:00
|
|
|
= image_tag( @facade.procedure.decorate.logo_img )
|
2016-06-20 13:57:57 +02:00
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
.etape.etapes-informations.col-xs-9
|
2016-06-20 13:57:57 +02:00
|
|
|
.row
|
2017-02-14 17:08:14 +01:00
|
|
|
.col-xs-12.padding-left-30
|
2017-04-12 11:12:05 +02:00
|
|
|
%h2#titre-procedure.text-info
|
2016-12-06 13:56:33 +01:00
|
|
|
= @facade.procedure.libelle
|
2016-06-20 13:57:57 +02:00
|
|
|
|
2018-03-29 09:49:47 +02:00
|
|
|
#description_procedure{ style: 'width: 95%;', class: (@facade.entreprise.nil? ? '' : 'mask') }
|
2018-03-29 10:35:02 +02:00
|
|
|
= h simple_format(@facade.procedure.description)
|
2016-08-24 12:14:25 +02:00
|
|
|
|
2018-01-11 19:04:39 +01:00
|
|
|
- if @facade.procedure.lien_site_web.present?
|
2016-12-06 13:56:33 +01:00
|
|
|
.center
|
2018-01-11 18:09:01 +01:00
|
|
|
= link_to "En savoir plus ...", sanitize_url(@facade.procedure.lien_site_web), target: '_blank'
|