Sha256: e5c0717732fe3913363deb79de02a0227682cb73e502aaa84c11b44e75837500

Contents?: true

Size: 537 Bytes

Versions: 3

Compression:

Stored size: 537 Bytes

Contents

h1 Listing <%= plural_table_name.titleize %>

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 -%>
      th data-data="url" data-orderable="false" data-class-name="all" data-searchable="false" class="skip-export" width="100px"


= link_to 'New <%= human_name %>', new_<%= singular_table_name %>_path

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jquery-datatables-1.10.20 lib/generators/jquery/datatables/templates/views/index.html.slim
jquery-datatables-1.10.19.1 lib/generators/jquery/datatables/templates/views/index.html.slim
jquery-datatables-1.10.19 lib/generators/jquery/datatables/templates/views/index.html.slim