Sha256: da1c964d0754d84ab9320660bbc50fa1195f1036c2ffbb7136941d8c0526491b
Contents?: true
Size: 583 Bytes
Versions: 11
Compression:
Stored size: 583 Bytes
Contents
<%% title "<%= singular_name.titleize %>" %> <%- for attribute in model_attributes -%> <p> <strong><%= attribute.human_name.titleize %>:</strong> <%%= @<%= 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
11 entries across 11 versions & 5 rubygems