Rails4 compatibility of stylesheet_link_tag and javascript_include_tag at ApplicationHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@12441 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
90d3bb28b2
commit
b8b358a85f
|
@ -1179,7 +1179,7 @@ module ApplicationHelper
|
||||||
source
|
source
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
super sources, options
|
super *sources, options
|
||||||
end
|
end
|
||||||
|
|
||||||
# Overrides Rails' image_tag with themes and plugins support.
|
# Overrides Rails' image_tag with themes and plugins support.
|
||||||
|
@ -1212,7 +1212,7 @@ module ApplicationHelper
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
super sources, options
|
super *sources, options
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO: remove this in 2.5.0
|
# TODO: remove this in 2.5.0
|
||||||
|
|
Loading…
Reference in New Issue