Sha256: a01ea5a62a8bc0a6f9cad6af8b0e9be585feba009bae5a6f0678dfda86065ec3

Contents?: true

Size: 577 Bytes

Versions: 15

Compression:

Stored size: 577 Bytes

Contents

<%
  block = cell(:elements, :block).new(class: 'xs-12 sm-12 md-12')
  table = cell(:elements, :table, :container).new(border: true)
  table_body = cell(:elements, :table, :body).new
%>

<%=raw block.open %>

  <%=raw cell(:elements, :title).new(label: LANGUAGES[:lato_blog][:mixed][:info], size: 6) %>

  <%=raw table.open %>

    <%=raw table_body.open %>

      <%=raw cell(:elements, :table, :row).new(labels: [LANGUAGES[:lato_blog][:mixed][:current_language], get_current_language_title]) %>

    <%=raw table_body.close %>

  <%=raw table.close %>
 
<%=raw block.close %>

Version data entries

15 entries across 6 versions & 1 rubygems

Version Path
lato_blog-2.2.2 app/views/lato_blog/back/tags/shared/new/_new_informations.html.erb
lato_blog-2.2.2 app/views/lato_blog/back/posts/shared/new/_new_informations.html.erb
lato_blog-2.2.2 app/views/lato_blog/back/categories/shared/new/_new_informations.html.erb
lato_blog-2.2.1 app/views/lato_blog/back/categories/shared/new/_new_informations.html.erb
lato_blog-2.2.1 app/views/lato_blog/back/tags/shared/new/_new_informations.html.erb
lato_blog-2.2.1 app/views/lato_blog/back/posts/shared/new/_new_informations.html.erb
lato_blog-2.2.0 app/views/lato_blog/back/posts/shared/new/_new_informations.html.erb
lato_blog-2.2.0 app/views/lato_blog/back/categories/shared/new/_new_informations.html.erb
lato_blog-2.2.0 app/views/lato_blog/back/tags/shared/new/_new_informations.html.erb
lato_blog-2.1.2 app/views/lato_blog/back/posts/shared/new/_new_informations.html.erb
lato_blog-2.1.2 app/views/lato_blog/back/categories/shared/new/_new_informations.html.erb
lato_blog-2.1.1 app/views/lato_blog/back/posts/shared/new/_new_informations.html.erb
lato_blog-2.1.1 app/views/lato_blog/back/categories/shared/new/_new_informations.html.erb
lato_blog-2.1 app/views/lato_blog/back/categories/shared/new/_new_informations.html.erb
lato_blog-2.1 app/views/lato_blog/back/posts/shared/new/_new_informations.html.erb