Sha256: e22d5e80b69b62b282032b63f09a161cab655f4a2e7946213efc90786e88840b

Contents?: true

Size: 968 Bytes

Versions: 6

Compression:

Stored size: 968 Bytes

Contents

<%
  row = cell(:elements, :row).new
  block = cell(:elements, :block).new(class: 'xs-12 sm-12 md-12')
%>

<%=raw cell(:elements, :flash).new(message: LANGUAGES[:lato_blog][:mixed][:post_fields_warning], close: true, style: 'warning') %>

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

  <%=raw block.open %>

      <%=raw cell(:widgets, :index).new(records: @widget_index_post_fields, index_url: lato_blog.post_fields_path,
      head: [
        LANGUAGES[:lato_blog][:forms][:id],
        LANGUAGES[:lato_blog][:mixed][:key],
        LANGUAGES[:lato_blog][:mixed][:typology],
        LANGUAGES[:lato_blog][:mixed][:visibility],
        LANGUAGES[:lato_blog][:mixed][:post_id],
        LANGUAGES[:lato_blog][:mixed][:post_field_id]
      ],
      columns: ['id', 'key', 'typology', 'meta_visible', 'lato_blog_post_id', 'lato_blog_post_field_id'],
      actions: {delete: true}, pagination: true) %>

  <%=raw block.close %>

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lato_blog-2.2.2 app/views/lato_blog/back/post_fields/index.html.erb
lato_blog-2.2.1 app/views/lato_blog/back/post_fields/index.html.erb
lato_blog-2.2.0 app/views/lato_blog/back/post_fields/index.html.erb
lato_blog-2.1.2 app/views/lato_blog/back/post_fields/index.html.erb
lato_blog-2.1.1 app/views/lato_blog/back/post_fields/index.html.erb
lato_blog-2.1 app/views/lato_blog/back/post_fields/index.html.erb