Sha256: 6712222acbfa00cfb1fa2cd4c42450d73d518b2b84bbeb05f2c4bcbdf392c07c

Contents?: true

Size: 736 Bytes

Versions: 3

Compression:

Stored size: 736 Bytes

Contents

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

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

  <%=raw block.open %>

      <%=raw cell(:widgets, :index).new(records: @widget_index_categories, index_url: lato_blog.categories_path,
      head: [LANGUAGES[:lato_blog][:forms][:title], LANGUAGES[:lato_blog][:forms][:language], LANGUAGES[:lato_blog][:forms][:category_father], LANGUAGES[:lato_blog][:mixed][:number_of_posts]],
      columns: ['title', 'get_pretty_language', 'get_category_father_title', 'get_number_of_posts'], actions: {show: true, new: true, delete: true}, search: true, pagination: true) %>

  <%=raw block.close %>

<%=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/categories/index.html.erb
lato_blog-2.1.1 app/views/lato_blog/back/categories/index.html.erb
lato_blog-2.1 app/views/lato_blog/back/categories/index.html.erb