socialforge/app/views/users/resource_preview.js.erb

3 lines
132 B
Plaintext
Raw Normal View History

2015-08-18 09:31:03 +08:00
<% if @preview_able %>
top.location.href = '<%=download_named_attachment_path(@file.id, @file.filename, preview: true) %>'
<% end %>