Sha256: 090a3f2e15a8ac5f294b1bd474ae91aa1c65854fb775297ff2f94b77d90c15b8
Contents?: true
Size: 617 Bytes
Versions: 40
Compression:
Stored size: 617 Bytes
Contents
%h1 Listing <%= plural_name %> %table %tr <% for attribute in attributes -%> %th <%= attribute.human_name %> <% end -%> %th %th %th - @<%= plural_name %>.each do |<%= singular_name %>| %tr <% for attribute in attributes -%> %td= <%= 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 %br = link_to 'New <%= singular_name %>', new_<%= singular_name %>_path
Version data entries
40 entries across 25 versions & 3 rubygems