Sha256: bb0b7b8e3a7f8b7f2ab62db2455e3a7734621c76930fd0dcde5ecef4d07a8b76
Contents?: true
Size: 509 Bytes
Versions: 15
Compression:
Stored size: 509 Bytes
Contents
<h1><%= plural_table_name.titleize %></h1> <table> <thead> <tr> <% attributes.reject(&:password_digest?).each do |attribute| -%> <th><%= attribute.human_name %></th> <% end -%> <th colspan="3"></th> </tr> </thead> <tbody> <%% @<%= plural_table_name %>.each do |<%= singular_table_name %>| %> <%%= render <%= singular_table_name %> %> <%% end %> </tbody> </table> <br> <%%= link_to 'New <%= singular_table_name.titleize %>', new_<%= singular_route_name %>_path %>
Version data entries
15 entries across 15 versions & 1 rubygems