ecole_eft_app/app/views/admin/blocks/_block.html.haml
Nicolas Bally 52c9c53562 suite
2021-05-16 20:48:43 +02:00

9 lines
260 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.order(:position).includes(:content).all