ual_app/app/views/admin/blocks/_block.html.haml
2014-08-24 00:18:02 +02:00

9 lines
274 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.find(:all, :order => :position, :include => :content)