Sha256: d9ef18f781a032d07f751cbe8f0bfbebdac88cf9f2f78d42cbc1ce1dbe812d0b
Contents?: true
Size: 1.04 KB
Versions: 6
Compression:
Stored size: 1.04 KB
Contents
<% row = cell(:elements, :row).new block = cell(:elements, :block).new(class: 'xs-12 sm-12 md-12') container_block_big = cell(:elements, :block).new(class: 'xs-12 sm-12 md-8 no-padding no-background no-shadow') container_block_small = cell(:elements, :block).new(class: 'xs-12 sm-12 md-4 no-padding no-background no-shadow') %> <!-- MAIN CONTAINER --> <%=raw row.open %> <!-- BIG SECTION CONTAINER --> <%=raw container_block_big.open %> <%=raw row.open %> <%=raw block.open %> <%= render 'lato_blog/back/categories/shared/form', url: lato_blog.categories_path, method: :post %> <%=raw block.close %> <%=raw row.close %> <%=raw container_block_big.close %> <!-- / BIG SECTION CONTAINER --> <!-- SMALL SECTION CONTAINER --> <%=raw container_block_small.open %> <%=raw row.open %> <%= render 'lato_blog/back/categories/shared/new/new_informations' %> <%=raw row.close %> <%=raw container_block_small.close %> <!-- / SMALL SECTION CONTAINER --> <%=raw row.close %> <!-- / MAIN CONTAINER -->
Version data entries
6 entries across 6 versions & 1 rubygems