Sha256: 201f3f06a1cf7a65681b3b41f440e233e519b318689e910125c36d6e22448c05
Contents?: true
Size: 515 Bytes
Versions: 3
Compression:
Stored size: 515 Bytes
Contents
<table class="table table-striped"> <tr> <th><%= smart_listing.sortable 'Name', :name %></th> <th><%= smart_listing.sortable 'Content', :content %></th> <% smart_listing.collection.each do |lang| %> <tr class="editable" data-id="<%= lang.id %>"> <%= smart_listing.render partial: 'listing', locals: {object: lang} %> </tr> <% end %> <%= smart_listing.item_new colspan: 7, link: new_listing_path %> </table> <%= smart_listing.paginate %> <%= smart_listing.pagination_per_page_links %>
Version data entries
3 entries across 3 versions & 1 rubygems