accescible_app/app/views/portlets/render_public/_blockcontent.html.haml
Nicolas Bally d4484275e8 initial
2011-06-25 12:08:06 +02:00

17 lines
283 B
Plaintext

.portlet.block_content
-if input.nbr_columns == 1
-input.blocks.each do |block|
.block
=render block
.clear
-else
.two_column
-i = 0
-input.blocks.each do |block|
-i+=1
.column{:class => ("column_"+i.to_s)}
.block
=render block
.clear