Sha256: d19b20eb20b5e8258449580aba0d43a68a90302ad4a2ed38b8f0da33730f72a7
Contents?: true
Size: 498 Bytes
Versions: 9
Compression:
Stored size: 498 Bytes
Contents
<h1>Listing multiple class items</h1> <table> <thead> <tr> <th>Title</th> <th>Sort</th> <th>Updated at</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody class="sortable-multiple-classes"> <% @items.each_with_sortable_id do |item, sortable_id| %> <tr id="<%= sortable_id %>"> <td><%= item.title %></td> <td><%= item.sort %></td> <td><%= item.updated_at %></td> </tr> <% end %> </tbody> </table>
Version data entries
9 entries across 9 versions & 1 rubygems