Sha256: ce5574f869ad0e92ec4ae4606aaa535d774d3d9c1f8a76d0671074c60a7dbe2e

Contents?: true

Size: 543 Bytes

Versions: 3

Compression:

Stored size: 543 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.haml
jquery-datatables-1.10.19.1 lib/generators/jquery/datatables/templates/views/index.html.haml
jquery-datatables-1.10.19 lib/generators/jquery/datatables/templates/views/index.html.haml