Commit 8573712e9faba39221099591913e7b258768e2a2

Authored by Weblate
2 parents bf5d9be3 c8faf7db

Merge remote-tracking branch 'origin/master'

plugins/container_block/views/blocks/container.html.erb
... ... @@ -10,7 +10,7 @@
10 10 <div class="clear"></div>
11 11  
12 12 <style>
13   - <% box_decorator.select_blocks(block.blocks, { :article => @page, :request_path => request.path, :locale => locale }).each do |child| %>
  13 + <% box_decorator.select_blocks(block, block.blocks, { :article => @page, :request_path => request.path, :locale => locale, params: request.params, controller: controller}).each do |child| %>
14 14 #block-<%=block.id%> #block-<%=child.id%> { width: <%= block.child_width(child.id) %>px; }
15 15 <% end %>
16 16 </style>
... ...