##// END OF EJS Templates
delete :only_path option from link_to options at application_helper link_to_attachment (#10602)...
Toshi MARUYAMA -
r9194:e964135b625a
parent child
Show More
@@ -99,6 +99,7 module ApplicationHelper
99 99 action = options.delete(:download) ? 'download' : 'show'
100 100 opt_only_path = {}
101 101 opt_only_path[:only_path] = (options[:only_path] == false ? false : true)
102 options.delete(:only_path)
102 103 link_to(h(text),
103 104 {:controller => 'attachments', :action => action,
104 105 :id => attachment, :filename => attachment.filename}.merge(opt_only_path),
General Comments 0
You need to be logged in to leave comments. Login now