Sha256: 473a3f7e46766ba96ee02682de06c6e0b77d4d793c6c5703e39cebe97cd6f761
Contents?: true
Size: 381 Bytes
Versions: 12
Compression:
Stored size: 381 Bytes
Contents
<h1>Listing <%= plural_name %></h1> <table> <tr> <% for attribute in attributes -%> <th><%= attribute.column.human_name %></th> <% end -%> </tr> <%% @<%= plural_name %>.each do |<%= singular_name %>| %> <tr> <% for attribute in attributes -%> <td><%%=h <%= singular_name %>.<%= attribute.name %> %></td> <% end -%> </tr> <%% end %> </table> <%= will_paginate %>
Version data entries
12 entries across 12 versions & 2 rubygems