Sha256: 7881ff37f5cfa57d032278073ce40b713936911002a1b7102f4462975ab2ced9
Contents?: true
Size: 602 Bytes
Versions: 93
Compression:
Stored size: 602 Bytes
Contents
%h1 Listing <%= plural_name %> %table %tr <% for attribute in attributes -%> %th <%= attribute.column.human_name %> <% end -%> - @<%= plural_name %>.each do |<%= singular_name %>| %tr <% for attribute in attributes -%> %td= h <%= singular_name %>.<%= attribute.name %> <% end -%> %td= link_to 'Show', object_url(<%= singular_name %>) %td= link_to 'Edit', edit_object_url(<%= singular_name %>) %td= link_to 'Destroy', object_url(<%= singular_name %>), :confirm => 'Are you sure?', :method => :delete %br/ =link_to 'New <%= singular_name %>', new_object_url
Version data entries
93 entries across 93 versions & 25 rubygems