Sha256: cb521a33f2b0a88fcfbfa8268092d8d3bc676aa52c2f3f6172baaa2cf5ae4e32
Contents?: true
Size: 614 Bytes
Versions: 21
Compression:
Stored size: 614 Bytes
Contents
%h1 Listing <%= plural_name.humanize %> %table %tr <% for attribute in attributes -%> %th <%= attribute.column.human_name %> <% end -%> - for <%= singular_name %> in @<%= plural_name %> %tr <% for attribute in attributes -%> %td= h <%= singular_name %>.<%= attribute.name %> <% end -%> %td= link_to 'Show', <%= singular_name %> %td= link_to 'Edit', edit_<%= singular_name %>_path(<%= singular_name %>) %td= link_to 'Destroy', <%= singular_name %>, :confirm => 'Are you sure?', :method => :delete %p= link_to 'New <%= singular_name.humanize %>', new_<%= singular_name %>_path
Version data entries
21 entries across 21 versions & 9 rubygems