new product price
This commit is contained in:
parent
12b3a68972
commit
ec3873c8a3
1 changed files with 2 additions and 5 deletions
|
@ -4,11 +4,8 @@
|
||||||
<%= f.label :name %>
|
<%= f.label :name %>
|
||||||
<%= f.text_field :name %>
|
<%= f.text_field :name %>
|
||||||
|
|
||||||
<%= f.label :purchase_price %>
|
<%= f.label :price %>
|
||||||
<%= f.number_field :purchase_price %>
|
<%= f.number_field :price %>
|
||||||
|
|
||||||
<%= f.label :sale_price %>
|
|
||||||
<%= f.number_field :sale_price %>
|
|
||||||
|
|
||||||
<%= f.label :avatar %>
|
<%= f.label :avatar %>
|
||||||
<%= f.file_field :avatar %>
|
<%= f.file_field :avatar %>
|
||||||
|
|
Loading…
Reference in a new issue