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