Sha256: b25553ba18c890ce60d305407e855a3b3e9fdf4088f76b7029c220a136c46eb5

Contents?: true

Size: 418 Bytes

Versions: 1

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: 2)
%>

<!-- MAIN CONTAINER -->
<%%=raw row.open %>

  <%%=raw block.open %>

    <%%=raw title %>

  <%%=raw block.close %>

<%%=raw row.close %>
<!-- / MAIN CONTAINER -->

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lato_core-2.1.3 lib/generators/lato_core/templates/crud_views/app/views/lato/crud/show.html.erb