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