X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=sidebyside;f=app%2Fviews%2Fproducts%2Fedit.html.erb;fp=app%2Fviews%2Fproducts%2Fedit.html.erb;h=7aa095b3f9eb37d4d1bee0a5a835546ff2cdf09e;hb=cf29841dca2a4ba6313a99576d56e238b700a158;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..7aa095b 100644 --- a/app/views/products/edit.html.erb +++ b/app/views/products/edit.html.erb @@ -15,6 +15,10 @@ <%= f.label :image_url %>
<%= f.text_field :image_url %>

+

+ <%= f.label :price %>
+ <%= f.text_field :price %> +

<%= f.submit "Update" %>