标签:文件 html htm c app file ad load
/redmine/app/views/attachments/_links.html.erb
找到
<p><%= link_to_attachment attachment, :class => ‘icon icon-attachment‘, :download => true -%>
替换为
<p><%= link_to attachment.filename, attachment_path(attachment) , :class => ‘icon icon-attachment‘, :download => true %>
重启redmine
redmine 中文附件下载文件找不到,布布扣,bubuko.com
标签:文件 html htm c app file ad load
原文地址:http://my.oschina.net/wjgood/blog/297867