Sha256: 997dd6df586ab45349c6eff6135c7df2c2386d0b62be502e3508f068f4982b32
Contents?: true
Size: 538 Bytes
Versions: 29
Compression:
Stored size: 538 Bytes
Contents
<table class="table table-striped" id="the_table"> <tr> <th><%= smart_listing.sortable 'Name', :name %></th> <th><%= smart_listing.sortable 'Content', :content %></th> </tr> <% 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
29 entries across 29 versions & 1 rubygems