Sha256: 378a7029659b492ae7c40ead8e6ab143a2f699e5f09c93aa09513511be39fe21

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

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

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

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


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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dejavu-0.1.2 test_app/app/views/products/show.html.erb
dejavu-0.1.1 test_app/app/views/products/show.html.erb
dejavu-0.1.0 test_app/app/views/products/show.html.erb