Sha256: 3596ac7b0cc61f85c3ae6f41918ddc2d13cf234d227262f4feb3afe543b650d8

Contents?: true

Size: 278 Bytes

Versions: 5

Compression:

Stored size: 278 Bytes

Contents

#row {
  attrs:  "bgcolor" color;
  logic: {
    list.each_with_index { |item, i|
      color = i % 2 == 0 ? '#CCCCFF' : '#FFCCCC';
      _elem
    }
  }
}

#name {
  value:  item[:name];
}

#mail {
  value:  item[:mail];
}

#dummy1 {
  logic: { }   /* ignore this element */
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kwartz-3.2.0 examples/table1/table1.eruby.plogic
kwartz-3.1.0 examples/table1/table1.eruby.plogic
kwartz-3.0.0 examples/table1/table1.eruby.plogic
kwartz-3.1.1 examples/table1/table1.eruby.plogic
kwartz-3.1.2 examples/table1/table1.eruby.plogic