accescible_app/app/views/public/blocks/_block.html.haml
Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

4 lines
159 B
Plaintext

-block.portlets.each do |p|
-if p.content_type
=render :partial => "portlets/render_public/"+p.content_type.to_s.downcase, :locals => {:input => p.content}