2016-11-07 17:08:33 +01:00
|
|
|
- if @dossier
|
2017-01-31 10:46:20 +01:00
|
|
|
.panel.panel-default
|
|
|
|
.panel-body
|
2017-04-06 19:58:11 +02:00
|
|
|
= link_to 'X', users_no_procedure_url, class: 'btn btn-xs', style: 'float: right;'
|
2016-11-07 17:08:33 +01:00
|
|
|
|
2017-01-31 10:46:20 +01:00
|
|
|
- if @dossier.procedure.euro_flag
|
|
|
|
#euro_flag.flag
|
2017-04-06 11:38:44 +02:00
|
|
|
= image_tag('drapeau_europe.png')
|
2016-11-07 17:08:33 +01:00
|
|
|
|
2017-01-31 10:46:20 +01:00
|
|
|
#logo_procedure.flag
|
2017-04-06 11:38:44 +02:00
|
|
|
= image_tag( @dossier.procedure.decorate.logo_img )
|
2016-11-07 17:08:33 +01:00
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
%h2#titre-procedure.text-info
|
2017-01-31 10:46:20 +01:00
|
|
|
= @dossier.procedure.libelle
|
|
|
|
%p.procedure-description
|
2018-05-24 18:01:40 +02:00
|
|
|
= h string_to_html(@dossier.procedure.description)
|
2016-11-07 17:08:33 +01:00
|
|
|
|
|
|
|
- else
|
2017-01-02 18:27:01 +01:00
|
|
|
#logo_procedure.flag
|
2017-04-06 19:10:25 +02:00
|
|
|
= image_tag(image_url(LOGO_NAME), { id: 'logo_tps' })
|