X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Fproducts%2Fshow.html.erb;fp=app%2Fviews%2Fproducts%2Fshow.html.erb;h=0000000000000000000000000000000000000000;hb=be9356cf35ae0ccfc15674b786386a61278bf305;hp=fb3631e331d8ba8c51461de4f457f0493fd742e3;hpb=3b424e341e1dda1f67b4461de089b76eb69bbc70;p=depot.git diff --git a/app/views/products/show.html.erb b/app/views/products/show.html.erb deleted file mode 100644 index fb3631e..0000000 --- a/app/views/products/show.html.erb +++ /dev/null @@ -1,28 +0,0 @@ -

- Title: - <%=h @product.title %> -

- -

- Description: - <%=h @product.description %> -

- -

- Image url: - <%=h @product.image_url %> -

- -

- Price: - <%=h @product.price %> -

- -

- Date available: - <%=h @product.date_available %> -

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