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

Version Path
unknown_admin-0.1.4 app/views/admin/resources/_list.html.erb
unknown_admin-0.1.3 app/views/admin/resources/_list.html.erb
unknown_admin-0.1.2 app/views/admin/resources/_list.html.erb
unknown_admin-0.1.1 app/views/admin/resources/_list.html.erb
unknown_admin-0.1.0 app/views/admin/resources/_list.html.erb
unknown_admin-0.0.1 app/views/admin/resources/_list.html.erb