Sha256: d60687f99d279b2094259546e04fcfb061d095b536936a6237eec8470f9b7b45

Contents?: true

Size: 208 Bytes

Versions: 5

Compression:

Stored size: 208 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <b>Name:</b>
  <%= @item.name %>
</p>

<p>
  <b>Price:</b>
  <%= @item.price %>
</p>


<%= link_to 'Edit', edit_item_path(@item) %> |
<%= link_to 'Back', items_path %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
restfulie-nosqlite-1.0.4 full-examples/rest_from_scratch/part_1/app/views/items/show.html.erb
restfulie-1.1.1 full-examples/rest_from_scratch/part_1/app/views/items/show.html.erb
restfulie-1.1.0 full-examples/rest_from_scratch/part_1/app/views/items/show.html.erb
restfulie-nosqlite-1.0.3 full-examples/rest_from_scratch/part_1/app/views/items/show.html.erb
restfulie-1.0.3 full-examples/rest_from_scratch/part_1/app/views/items/show.html.erb