Sha256: f85a9e2f5bb7705b087a37df305ae93cd9240348e2c1f6f83a07f0e5a5af0026
Contents?: true
Size: 606 Bytes
Versions: 7
Compression:
Stored size: 606 Bytes
Contents
<%% title "<%= singular_name.titleize %>" %> <%- for attribute in model_attributes -%> <p> <strong><%= attribute.human_name.titleize %>:</strong> <%%= @<%= instance_name %>.<%= attribute.name %> %> </p> <%- end -%> <p> <%- if action? :edit -%> <%%= link_to "Edit", <%= item_path :action => :edit, :instance_variable => true %> %> | <%- end -%> <%- if action? :destroy -%> <%%= link_to "Destroy", <%= item_path :instance_variable => true %>, :confirm => 'Are you sure?', :method => :delete %> | <%- end -%> <%- if action? :index -%> <%%= link_to "View All", <%= items_path %> %> <%- end -%> </p>
Version data entries
7 entries across 7 versions & 1 rubygems