X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fviews%2Fproducts%2Fedit.html.erb;h=18efd5543223585e1f8042fb30fea317ca08ab4a;hb=94adcb93b1eac6b07408de9db7f12d46e9e7d390;hp=af3b7473f3329b0a2c7bb9870e66a0e39f72670a;hpb=e580d4626176c8deb6f44fec7e66f980b5923b29;p=depot.git

diff --git a/app/views/products/edit.html.erb b/app/views/products/edit.html.erb
index af3b747..18efd55 100644
--- a/app/views/products/edit.html.erb
+++ b/app/views/products/edit.html.erb
@@ -15,6 +15,14 @@
     <%= f.label :image_url %><br />
     <%= f.text_field :image_url %>
   </p>
+  <p>
+    <%= f.label :price %><br />
+    <%= f.text_field :price %>
+  </p>
+  <p>
+    <%= f.label :date_available %><br />
+    <%= f.date_select :date_available, :order => [:day, :month, :year] %>
+  </p>
   <p>
     <%= f.submit "Update" %>
   </p>