Sha256: b86b725459af748a5f3865292c59206f8e3127a3a552ccf146c509cacfa50295
Contents?: true
Size: 536 Bytes
Versions: 6
Compression:
Stored size: 536 Bytes
Contents
<p><span class="badge"><%= collection.total_entries %> Records found</span></p> <% if resource_class.column_names.include?('position') %> <table id="sortable_list" class="table table-striped table-bordered table-condensed" data-update-url="<%= list_sort_resources_path %>"> <% else %> <table id="sortable_list" class="table table-striped table-bordered table-condensed"> <% end %> <thead> <%= render :partial=>"list_header" %> </thead> <tbody> <%= render :partial=>"list_item",collection: collection %> </tbody> </table>
Version data entries
6 entries across 6 versions & 1 rubygems