Sha256: 5ed9f0ef12db92d14572f1c41c37ecc5a706db91dae331618513503e5bf3f48c
Contents?: true
Size: 585 Bytes
Versions: 73
Compression:
Stored size: 585 Bytes
Contents
<%% title "<%= singular_name.titleize %>" %> <%- for attribute in attributes -%> <p> <strong><%= attribute.column.human_name.titleize %>:</strong> <%%=h @<%= singular_name %>.<%= attribute.name %> %> </p> <%- end -%> <p> <%- if action? :edit -%> <%%= link_to "Edit", edit_<%= singular_name %>_path(@<%= singular_name %>) %> | <%- end -%> <%- if action? :destroy -%> <%%= link_to "Destroy", @<%= singular_name %>, :confirm => 'Are you sure?', :method => :delete %> | <%- end -%> <%- if action? :index -%> <%%= link_to "View All", <%= plural_name %>_path %> <%- end -%> </p>
Version data entries
73 entries across 66 versions & 17 rubygems