##// END OF EJS Templates
back out r12441...
Toshi MARUYAMA -
r12168:14bd57eb4772
parent child
Show More
@@ -1179,7 +1179,7 module ApplicationHelper
1179 source
1179 source
1180 end
1180 end
1181 end
1181 end
1182 super *sources, options
1182 super sources, options
1183 end
1183 end
1184
1184
1185 # Overrides Rails' image_tag with themes and plugins support.
1185 # Overrides Rails' image_tag with themes and plugins support.
@@ -1212,7 +1212,7 module ApplicationHelper
1212 end
1212 end
1213 end
1213 end
1214 end
1214 end
1215 super *sources, options
1215 super sources, options
1216 end
1216 end
1217
1217
1218 # TODO: remove this in 2.5.0
1218 # TODO: remove this in 2.5.0
General Comments 0
You need to be logged in to leave comments. Login now