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

use attachment secure_url for Attachemnt page

parent 0d3b7584
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,7 +9,7 @@
- @notes.each do |note|
%tr
%td
%a{href: note.attachment.url}
= link_to note.attachment.secure_url, target: "_blank" do
= image_tag gravatar_icon(note.author_email), class: "avatar s24"
= note.attachment_identifier
%td
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