Sha256: 986a49c7e47aaca849e0c8be13c3e0c8dbe506a96d22e3e49c79d6ccf50d917a
Contents?: true
Size: 682 Bytes
Versions: 3
Compression:
Stored size: 682 Bytes
Contents
<%= render "list_header" %> <%= render "list_filters" %> <div class="table-responsive"> <table class="table table-hover <%= dom_class(resource_class, :table) %>"> <thead> <tr> <% list_fields.each do |list_field| %> <th><%= resource_class.human_attribute_name(list_field) %></th> <% end %> <th></th> </tr> </thead> <tbody> <%= render partial: 'list_item', collection: collection, as: :item %> </tbody> </table> </div> <div class="panel-footer panel-footer-pagination"> <%= render partial: "page_sizes" %> <%= will_paginate collection, class: :pages, renderer: Brightcontent::PaginationRenderer %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems