Sha256: 588af857ddc19b3fcd5409b4f5288423ca4b1b20659dfa6acf8c932fcc269918

Contents?: true

Size: 341 Bytes

Versions: 9

Compression:

Stored size: 341 Bytes

Contents

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

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

<p>
  <b>Description:</b>
  <%= @product.description %>
</p>

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

<p>
  <b>Quantity:</b>
  <%= @product.quantity %>
</p>


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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
activegrid-1.0.8 test/dummy/app/views/products/show.html.erb
activegrid-1.0.7 test/dummy/app/views/products/show.html.erb
activegrid-1.0.6 test/dummy/app/views/products/show.html.erb
activegrid-1.0.5 test/dummy/app/views/products/show.html.erb
activegrid-1.0.4 test/dummy/app/views/products/show.html.erb
activegrid-1.0.3 test/dummy/app/views/products/show.html.erb
activegrid-1.0.2 test/dummy/app/views/products/show.html.erb
activegrid-1.0.1 test/dummy/app/views/products/show.html.erb
activegrid-1.0.0 test/dummy/app/views/products/show.html.erb