3 lines
132 B
Plaintext
3 lines
132 B
Plaintext
|
<% if @preview_able %>
|
||
|
top.location.href = '<%=download_named_attachment_path(@file.id, @file.filename, preview: true) %>'
|
||
|
<% end %>
|