Sha256: 393ebac15d32ed9fa3d28d1027d397c990d60f1581a0c86d0ac382ce735689ec
Contents?: true
Size: 418 Bytes
Versions: 3
Compression:
Stored size: 418 Bytes
Contents
<%% # initialize row row = cell(:elements, :row).new # initialize block block = cell(:elements, :block).new(class: 'xs-12 sm-12 md-12') # initialize title title = cell(:elements, :title).new(label: @<%= @singular_name %>.name, size: 4) %> <!-- MAIN CONTAINER --> <%%=raw row.open %> <%%=raw block.open %> <%%=raw title %> <%%=raw block.close %> <%%=raw row.close %> <!-- / MAIN CONTAINER -->
Version data entries
3 entries across 3 versions & 1 rubygems