我需要自动化以下操作:
box
Category 1
一堆桌子
box
类别 2
一堆桌子
... ETC
如果我可以结束打印标题的 if 语句,我可以这样做,但我不能因为缩进,如果我将表格部分移动到 if 语句级别,表格不会进入框内
- @test = -1
- @c.each do |p|
- if p.category_id != @test
= @test = p.category_id
.box
boxname
.box-content.padded{:style => "..."}
%table.table-condensed{:align => "left"}
%tr
%td{:align => "center", :style => "..."}
= p.name
%tr
%td{:align => "center"}
%div{:id => pod....}