demarches-normaliennes/app/views/dossiers/commentaires/_commentaire.html.haml

12 lines
302 B
Text
Raw Normal View History

%div.commentaire
.comment-header
= commentaire.header
.content
= commentaire.body.html_safe
- if file = commentaire.piece_justificative
.file
= link_to file.content_url, class: 'link', target: '_blank' do
%span.fa.fa-file
%div
= file.original_filename