Sha256: b957e6ff6acb9c2516906f35fc2cfa8e791762c9ef7b6b365428500c59910629
Contents?: true
Size: 584 Bytes
Versions: 6
Compression:
Stored size: 584 Bytes
Contents
<%% title "<%= singular_name.titleize %>" %> <%- for attribute in model_attributes -%> <p> <strong><%= attribute.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
6 entries across 6 versions & 2 rubygems