Sha256: 7cfc7a728c0312953a8c108e47a471cc98cc9914a4efe11d4c463e578cdc6104

Contents?: true

Size: 300 Bytes

Versions: 15

Compression:

Stored size: 300 Bytes

Contents

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

<p>
  <strong>Name:</strong>
  <%= @product.name %>
</p>

<p>
  <strong>Code:</strong>
  <%= @product.code %>
</p>

<p>
  <strong>Price:</strong>
  <%= @product.price %>
</p>

<%= link_to 'Edit', edit_product_path(@product) %> |
<%= link_to 'Back', products_path %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
restspec-0.3.2 examples/store-api/app/views/products/show.html.erb
restspec-0.3.1 examples/store-api/app/views/products/show.html.erb
restspec-0.3.0 examples/store-api/app/views/products/show.html.erb
restspec-0.2.6 examples/store-api/app/views/products/show.html.erb
restspec-0.2.5 examples/store-api/app/views/products/show.html.erb
restspec-0.2.4 examples/store-api/app/views/products/show.html.erb
restspec-0.2.3 examples/store-api/app/views/products/show.html.erb
restspec-0.2.2 examples/store-api/app/views/products/show.html.erb
restspec-0.2.1 examples/store-api/app/views/products/show.html.erb
restspec-0.2 examples/store-api/app/views/products/show.html.erb
restspec-0.1 examples/store-api/app/views/products/show.html.erb
restspec-0.0.4 examples/store-api/app/views/products/show.html.erb
restspec-0.0.3 examples/store-api/app/views/products/show.html.erb
restspec-0.0.2 examples/store-api/app/views/products/show.html.erb
restspec-0.0.1 examples/store-api/app/views/products/show.html.erb