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

Version Path
thesilverspoon-0.0.9 lib/templates/views/erb/show.html.erb
thesilverspoon-0.0.8 lib/templates/views/erb/show.html.erb
thesilverspoon-0.0.7 lib/templates/views/erb/show.html.erb
thesilverspoon-0.0.6 lib/templates/views/erb/show.html.erb
thesilverspoon-0.0.5 lib/templates/views/erb/show.html.erb
thesilverspoon-0.0.4 lib/templates/views/erb/show.html.erb
thesilverspoon-0.0.3 lib/templates/views/erb/show.html.erb