##// END OF EJS Templates
Removed unused helper....
Jean-Philippe Lang -
r13320:85765a39e4fb
parent child
Show More
@@ -1211,11 +1211,6 module ApplicationHelper
1211 super *sources, options
1211 super *sources, options
1212 end
1212 end
1213
1213
1214 # TODO: remove this in 2.5.0
1215 def has_content?(name)
1216 content_for?(name)
1217 end
1218
1219 def sidebar_content?
1214 def sidebar_content?
1220 content_for?(:sidebar) || view_layouts_base_sidebar_hook_response.present?
1215 content_for?(:sidebar) || view_layouts_base_sidebar_hook_response.present?
1221 end
1216 end
General Comments 0
You need to be logged in to leave comments. Login now