Sha256: f99f5430e52b74b7697a13b6c141bec3aa1a4f87d144cfd5e8a2fd9ab42ff52d
Contents?: true
Size: 303 Bytes
Versions: 25
Compression:
Stored size: 303 Bytes
Contents
<h1>Listing <%= plural_table_name %></h1> <table id="<%= plural_name %>-table"> <tr> <th>Name</th> <% attributes.each do |attribute| -%> <th><%= attribute.human_name %></th> <% end -%> <th></th> <th></th> <th></th> </tr> </table> <br/> <a href="#/new">New <%= human_name %></a>
Version data entries
25 entries across 5 versions & 1 rubygems