Merge branch 'master' of github.com:ZeusWPI/Tab

This commit is contained in:
Benjamin Cousaert 2014-12-09 10:57:46 +01:00
commit c36cc797ac

View file

@ -4,11 +4,8 @@
<%= f.label :name %>
<%= f.text_field :name %>
<%= f.label :purchase_price %>
<%= f.number_field :purchase_price %>
<%= f.label :sale_price %>
<%= f.number_field :sale_price %>
<%= f.label :price %>
<%= f.number_field :price %>
<%= f.label :avatar %>
<%= f.file_field :avatar %>