maisonarbre_app/app/views/admin/blocks/_block.html.haml
Nicolas Bally 1fa250e0e4 Initial
2011-07-15 12:29:09 +02:00

5 lines
213 B
Plaintext

#block_portlets.block_portlets{:id => block.id, :"data-block_id"=>block.id}
=render :partial => "portlet/portlets/portlet", :collection => block.portlets.find(:all, :order => :position, :include => :content)