Sha256: e71715ca876128c093155ea9efb85a39adb66003bba613a0a7b592ea5b1e5553
Contents?: true
Size: 542 Bytes
Versions: 66
Compression:
Stored size: 542 Bytes
Contents
.left-image-right-text.image-and-text = f.hidden_field :row_type = f.hidden_field :list_order = f.fields_for :pieces do |piece| = piece.hidden_field :piece_type - if piece.object.piece_type == "Image" .tn-tc-piece.asset-field{:class => piece.object.size} = render "tenon/tenon_content/piece_types/form/image", f: piece, style: 'half' - elsif piece.object.piece_type == "Text" .tn-tc-piece.omega{:class => piece.object.size} = render "tenon/tenon_content/piece_types/form/text", f: piece .spacer
Version data entries
66 entries across 66 versions & 1 rubygems