Sha256: deea1c8f7866f654457090f3f4fbc9aa99dddde7a87b16eec274a8d469c181b1
Contents?: true
Size: 1.03 KB
Versions: 3
Compression:
Stored size: 1.03 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/posts/shared/form', url: lato_blog.posts_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/posts/shared/new/new_informations' %> <%=raw row.close %> <%=raw container_block_small.close %> <!-- / SMALL SECTION CONTAINER --> <%=raw row.close %> <!-- / MAIN CONTAINER -->
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lato_blog-2.1.2 | app/views/lato_blog/back/posts/new.html.erb |
lato_blog-2.1.1 | app/views/lato_blog/back/posts/new.html.erb |
lato_blog-2.1 | app/views/lato_blog/back/posts/new.html.erb |