lib/generators/jquery/datatables/templates/views/index.html.slim in jquery-datatables-1.10.18 vs lib/generators/jquery/datatables/templates/views/index.html.slim in jquery-datatables-1.10.19

- old
+ new

@@ -1,7 +1,7 @@ -h1 Listing <%= plural_table_name %> +h1 Listing <%= plural_table_name.titleize %> -table#dttb.responsive.nowrap.table.table-hover data-sort="true" data-source="#{url_for(format: :json)}" +table#dttb-<%= plural_table_name %>.responsive.nowrap.table.table-hover data-sort="true" data-source="#{url_for(format: :json)}" thead tr <% attributes.reject(&:password_digest?).each do |attribute| -%> th data-data="<%= attribute.name %>" <%= attribute.human_name %> <% end -%> \ No newline at end of file