Fix attachment misaligned in comment
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
68850b73d7
commit
6cac4e6271
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
- if note.attachment.image?
|
||||
= link_to note.attachment.secure_url, target: '_blank' do
|
||||
= image_tag note.attachment.secure_url, class: 'note-image-attach'
|
||||
.attachment.pull-right
|
||||
.attachment
|
||||
= link_to note.attachment.secure_url, target: "_blank" do
|
||||
%i.fa.fa-paperclip
|
||||
= note.attachment_identifier
|
||||
|
|
Loading…
Reference in a new issue