Sha256: aadd866100b61736769440f37f59c74f2d11f3b962649c00e32657c7cb6f437e
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 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 %> <%= render 'lato_blog/back/posts/shared/index/index', status: @posts_status %> <%=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/index/index_informations', informations: @posts_informations %> <%= render 'lato_blog/back/posts/shared/index/index_status_switch', status: @posts_status %> <%=raw row.close %> <%=raw container_block_small.close %> <!-- / SMALL SECTION CONTAINER --> <%=raw row.close %> <!-- / MAIN CONTAINER -->
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lato_blog-2.1 | app/views/lato_blog/back/posts/index.html.erb |