demarches-normaliennes/app/views/dossiers/commentaires/_commentaire.html.haml
2017-04-10 17:55:53 +02:00

11 lines
298 B
Text

.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