demarches-normaliennes/app/views/dossiers/commentaires/_commentaire.html.haml
2017-07-12 13:53:25 +02:00

11 lines
298 B
Text

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