Sha256: 9753b339f0edba041771aeabfb6a9e64cfc8de982b004858bc82aedc8035e5e6
Contents?: true
Size: 463 Bytes
Versions: 7
Compression:
Stored size: 463 Bytes
Contents
<h1>Listing <%= plural_table_name.humanize %></h1> <div id="<%= plural_table_name %>"> <table class="scaffold"> <tr> <% for attribute in attributes -%> <th><%= attribute.human_name %></th> <% end -%> <th></th> <th></th> <th></th> </tr> <%%= render @<%= plural_table_name %> %> </table> <%%= link_to 'New <%= human_name %>', new_<%= singular_table_name %>_path, :class => 'new_<%= singular_table_name %>' %> </div>
Version data entries
7 entries across 7 versions & 1 rubygems