Sha256: c37146bb1b66342b43130e6839b2c064bb655acc7dd96495bc32c24ad5898391

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

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

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

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

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dejavu-0.3.1 test_app/app/views/products/show.html.erb
dejavu-0.3.0 test_app/app/views/products/show.html.erb
dejavu-0.2.1 test_app/app/views/products/show.html.erb
dejavu-0.2.0 test_app/app/views/products/show.html.erb