Commit cfdf94fc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

use attachment secure_url for Attachemnt page

parent 0d3b7584
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment