Sha256: 92979df120d1eae013eb85b130c436d630213d19105199b5b3a15b1e4675b740
Contents?: true
Size: 735 Bytes
Versions: 81
Compression:
Stored size: 735 Bytes
Contents
<h1>Listing <%= plural_name.titleize %></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 -%> <td><%%=link_to 'Show', object_url(<%= singular_name %>) %></td> <td><%%=link_to 'Edit', edit_object_url(<%= singular_name %>) %></td> <td><%%=link_to 'Destroy', object_url(<%= singular_name %>), :confirm => 'Are you sure?', :method => :delete %></td> </tr> <%% end %> </table> <br/> <%%= link_to 'New <%= singular_name.titleize %>', new_object_url %>
Version data entries
81 entries across 81 versions & 21 rubygems