jfn_app/app/views/portlets/render_public/_tablecontent.html.haml
Nicolas Bally 0d62fbe429 initial
2011-12-29 11:06:37 +01:00

19 lines
271 B
Plaintext

.portlet.table_content{:class => ("no-border" if input.style==2)}
%table.input
-table_rows = input.table_rows
-table_rows.each do |table_row|
%tr
-table_row.cel_tables.each do |cel_table|
%td
=render cel_table.block