Fix invite to access a files
This commit is contained in:
parent
45042d0200
commit
99e6749c96
9 changed files with 13 additions and 23 deletions
|
@ -1,14 +0,0 @@
|
|||
%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
|
Loading…
Add table
Add a link
Reference in a new issue