Sha256: 55067e4f37cebe7fec8cdec09f3059ad3595ebef30eadf4ac15c8c6355f27510
Contents?: true
Size: 351 Bytes
Versions: 2
Compression:
Stored size: 351 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <b>Product Title:</b> <%= @product.product_title %> </p> <p> <b>Sku:</b> <%= @product.sku %> </p> <p> <b>In Stock:</b> <%= @product.in_stock %> </p> <p> <b>Net price:</b> <%= @product.net_price %> </p> <%= link_to 'Edit', edit_product_path(@product) %> | <%= link_to 'Back', products_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise_meteor-0.1.1 | spec/test_app/app/views/products/show.html.erb |
devise_meteor-0.1.0 | spec/test_app/app/views/products/show.html.erb |