Sha256: b983ccfe970050bfce63983e84b53acd34cd77b253416fe8e8fedae2118336b9

Contents?: true

Size: 535 Bytes

Versions: 10

Compression:

Stored size: 535 Bytes

Contents

.tn-tc__row.four-column-image-and-text.stacked-image-and-text
  -[[0,1], [2,3], [4,5], [6,7]].each do |positions|
    .three{class: cycle('', '', '', 'omega')}
      - row.pieces.select{ |p| positions.include?(p.position) }.each do |piece|
        - if piece.piece_type == 'Image'
          .tn-tc-piece.tn-tc-asset-field
            = render 'tenon/tenon_content/piece_types/display/image', piece: piece
        - else
          .tn-tc-piece
            = render 'tenon/tenon_content/piece_types/display/text', piece: piece
  .spacer

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tenon-2.1.0 app/views/tenon/tenon_content/row_types/display/_four_column_image_and_text.html.haml
tenon-2.0.8 app/views/tenon/tenon_content/row_types/display/_four_column_image_and_text.html.haml
tenon-2.0.7 app/views/tenon/tenon_content/row_types/display/_four_column_image_and_text.html.haml
tenon-2.0.6 app/views/tenon/tenon_content/row_types/display/_four_column_image_and_text.html.haml
tenon-2.0.5 app/views/tenon/tenon_content/row_types/display/_four_column_image_and_text.html.haml
tenon-2.0.4 app/views/tenon/tenon_content/row_types/display/_four_column_image_and_text.html.haml
tenon-2.0.3 app/views/tenon/tenon_content/row_types/display/_four_column_image_and_text.html.haml
tenon-2.0.2 app/views/tenon/tenon_content/row_types/display/_four_column_image_and_text.html.haml
tenon-2.0.1 app/views/tenon/tenon_content/row_types/display/_four_column_image_and_text.html.haml
tenon-2.0.0 app/views/tenon/tenon_content/row_types/display/_four_column_image_and_text.html.haml