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