2016-11-17 16:55:41 +01:00
|
|
|
.content{id: ('commentaires_flux' + (@facade.champ_id.nil? ? '' : "_#{@facade.champ_id}")),style:'width:100%;'}
|
2015-12-24 15:10:20 +01:00
|
|
|
-@facade.commentaires.each do |com|
|
2015-09-24 10:17:59 +02:00
|
|
|
%span.text-info#email_contact{style: 'font-weight:bold'}
|
|
|
|
=com.email
|
|
|
|
%span#created_at
|
|
|
|
\-
|
|
|
|
=com.created_at_fr
|
2016-04-20 16:51:57 +02:00
|
|
|
- unless com.piece_justificative.nil?
|
|
|
|
\-
|
|
|
|
%span#piece_justificative
|
|
|
|
%b
|
2016-05-13 16:08:51 +02:00
|
|
|
= link_to com.piece_justificative.original_filename, com.piece_justificative.content_url, style:'color: green', target: '_blank'
|
2016-04-20 16:51:57 +02:00
|
|
|
|
2015-09-24 10:17:59 +02:00
|
|
|
%br
|
|
|
|
.description#body
|
2016-02-18 11:56:54 +01:00
|
|
|
=com.body.html_safe
|
2016-04-20 16:51:57 +02:00
|
|
|
|
|
|
|
|
2015-09-24 10:17:59 +02:00
|
|
|
%br
|