Sha256: f9866774e7f983f496869164c50ae49e2b816a4b5dd99fa29d61b10d0c6edf28
Contents?: true
Size: 382 Bytes
Versions: 1
Compression:
Stored size: 382 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Name:</strong> <%= @product.name %> </p> <p> <strong>Description:</strong> <%= @product.description %> </p> <p> <strong>Base price:</strong> <%= @product.base_price %> </p> <p> <strong>Size:</strong> <%= @product.size %> </p> <%= link_to 'Edit', edit_product_path(@product) %> | <%= link_to 'Back', products_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ecom-0.2.0 | app/views/ecom/products/show.html.erb |