Sha256: 54e55d9563621c70b42d3bbefeb90f1baca105cbb0cffbd9b1168756ca199483
Contents?: true
Size: 420 Bytes
Versions: 16
Compression:
Stored size: 420 Bytes
Contents
<h1>Listing <%= plural_name.titleize %></h1> <table> <thead> <tr> <% for attribute in attributes -%> <th><%= attribute.column.human_name %></th> <% end -%> </tr> </thead> <tbody> <%% @<%= plural_name %>.each do |<%= singular_name %>| %> <tr> <% for attribute in attributes -%> <td><%%=h <%= singular_name %>.<%= attribute.name %> %></td> <% end -%> </tr> <%% end %> </tbody> </table>
Version data entries
16 entries across 16 versions & 1 rubygems