Sha256: 4241cd251ab8176de4b8614d26768a5e436232a6d6b5e2c90c5e76cb3d842be3
Contents?: true
Size: 537 Bytes
Versions: 3
Compression:
Stored size: 537 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: 'New <%= @singular_name.humanize %>', size: 4) %> <!-- MAIN CONTAINER --> <%%=raw row.open %> <%%=raw block.open %> <%%=raw title %> <%%= render 'lato/<%= @plural_name %>/shared/form', url: lato_<%= @plural_name %>_path, method: :post %> <%%=raw block.close %> <%%=raw row.close %> <!-- / MAIN CONTAINER -->
Version data entries
3 entries across 3 versions & 1 rubygems