X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Fproducts%2Fshow.html.erb;h=5fc752ff6b6227a50608a82b241760fd7fb94c7d;hb=c445da2b4dc5097fcfddf5e40d74c2965573fc1c;hp=fb3631e331d8ba8c51461de4f457f0493fd742e3;hpb=3bcc59a4bdb1841a6d979c416649694bf9a2a479;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 %>