X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Fproducts%2Fshow.html.erb;h=5fc752ff6b6227a50608a82b241760fd7fb94c7d;hb=2e4e591080e228dec676acf40b9e7bc4b044b8bc;hp=fb3631e331d8ba8c51461de4f457f0493fd742e3;hpb=09cd438e77dd418b03b67e3e6a4b48ec95b72d1d;p=depot.git diff --git a/app/views/products/show.html.erb b/app/views/products/show.html.erb index fb3631e..5fc752f 100644 --- a/app/views/products/show.html.erb +++ b/app/views/products/show.html.erb @@ -23,6 +23,10 @@ <%=h @product.date_available %>

+

+ Available until: + <%=h @product.date_available_until %> +

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