pw_app/app/views/admin/blocks/_block.html.haml
Nicolas Bally 2a1d9dadc7 initial
2015-10-26 15:00:29 +01:00

8 lines
258 B
Plaintext

#block_portlet.block_portlets{:id => block.id, :"data-block_id"=>block.id, :class => ("block_portlets_sortable" if sortable).to_s}
=render :partial => "portlet/portlets/portlet", :collection => block.portlets.includes(:content).order(:position)