Sha256: cb05d5310db463ea4895022085394cd49ea5088bbc42a1e8fc600a2aef79b57b
Contents?: true
Size: 607 Bytes
Versions: 11
Compression:
Stored size: 607 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
11 entries across 11 versions & 7 rubygems