添加下载原始文件链接

redis_cache
guange 10 years ago
parent 444658d0b3
commit fb7c65a70d

@ -40,6 +40,7 @@
<% else %> <% else %>
<%= link_to("选入我的课程",quote_resource_show_course_file_path(@course,file),:class => "f_l re_select c_lorange",:remote => true) if has_course?(User.current,file) %> <%= link_to("选入我的课程",quote_resource_show_course_file_path(@course,file),:class => "f_l re_select c_lorange",:remote => true) if has_course?(User.current,file) %>
<% end %> <% end %>
<%= link_to '下载',download_named_attachment_path(file.id, file.filename, force: true),class: 'f_l re_open' %>
<% else %> <% else %>
<% end %> <% end %>
</div> </div>

Loading…
Cancel
Save