vendor/plugins/refinery/app/views/shared/_submenu.html.erb in refinerycms-0.9.6.6 vs vendor/plugins/refinery/app/views/shared/_submenu.html.erb in refinerycms-0.9.6.7
- old
+ new
@@ -1 +1 @@
-<% unless (children = @page.root.children).empty? -%>
+<% if (children = @page.root.children).any? -%>