Skip to content
Snippets Groups Projects
Commit 9a2afa00 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'fix-attachment-ui' into 'master'

Fix attachment ui

Fixes #1571

See merge request !1244
parents 68850b73 6cac4e62
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment