##// END OF EJS Templates
Removed useless :lang option....
Jean-Philippe Lang -
r7782:45f4fdbaf098
parent child
Show More
@@ -867,7 +867,7 module ApplicationHelper
867 options = args.last
867 options = args.last
868 options[:html] ||= {}
868 options[:html] ||= {}
869 options[:html][:class] = 'tabular' unless options[:html].has_key?(:class)
869 options[:html][:class] = 'tabular' unless options[:html].has_key?(:class)
870 options.merge!({:builder => TabularFormBuilder, :lang => current_language})
870 options.merge!({:builder => TabularFormBuilder})
871 form_for(*args, &proc)
871 form_for(*args, &proc)
872 end
872 end
873
873
General Comments 0
You need to be logged in to leave comments. Login now