Sha256: 7c0050d59ea9c658767301e8ae0b21baa67b03d12771eaf327c76bb21d520fe5
Contents?: true
Size: 573 Bytes
Versions: 19
Compression:
Stored size: 573 Bytes
Contents
- title "<%= singular_name.titleize %>" <%- for attribute in model_attributes -%> %p %strong <%= attribute.human_name.titleize %>: = @<%= instance_name %>.<%= attribute.name %> <%- 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 -%>
Version data entries
19 entries across 18 versions & 8 rubygems