Clear the decks for an updated version to be imported
[depot.git] / app / views / products / show.html.erb
diff --git a/app/views/products/show.html.erb b/app/views/products/show.html.erb
deleted file mode 100644 (file)
index fb3631e..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<p>
-  <b>Title:</b>
-  <%=h @product.title %>
-</p>
-
-<p>
-  <b>Description:</b>
-  <%=h @product.description %>
-</p>
-
-<p>
-  <b>Image url:</b>
-  <%=h @product.image_url %>
-</p>
-
-<p>
-  <b>Price:</b>
-  <%=h @product.price %>
-</p>
-
-<p>
-  <b>Date available:</b>
-  <%=h @product.date_available %>
-</p>
-
-
-<%= link_to 'Edit', edit_product_path(@product) %> |
-<%= link_to 'Back', products_path %>