19 lines
446 B
Plaintext
19 lines
446 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)
|
|
|
|
|
|
|
|
%div{:style => "height:70px;"}
|
|
|
|
|
|
|
|
|
|
%script
|
|
=raw "$('#menu_item_content_type').html('"+escape_javascript(render :partial => "admin/blocks/block_allowed.html.haml", :locals => {:block => block})+"');"
|
|
block_js_initialize(); |