14 lines
475 B
Text
14 lines
475 B
Text
%div.commentaire
|
|
.row
|
|
%div.col-lg-12.col-md-12.col-sm-12.col-xs-12.comment-header
|
|
= commentaire.header
|
|
.row
|
|
%div.col-lg-12.col-md-12.col-sm-12.col-xs-12.content
|
|
= commentaire.body.html_safe
|
|
- if file = commentaire.piece_justificative
|
|
.row
|
|
%div.col-lg-12.col-md-12.col-sm-12.col-xs-12.file
|
|
= link_to file.content_url, class: 'link', target: '_blank' do
|
|
%span.fa.fa-file
|
|
%div
|
|
= file.original_filename
|