fiddled around with css / numbers on two decimals now on product list
This commit is contained in:
@@ -106,3 +106,6 @@ DEPENDENCIES
|
||||
sinatra
|
||||
sinatra-activerecord
|
||||
sinatra-contrib
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.3
|
||||
|
||||
@@ -129,8 +129,8 @@ ActiveRecord::Schema.define(version: 20150420044444) do
|
||||
t.datetime "updated_at", null: false
|
||||
t.string "tags"
|
||||
t.json "traits"
|
||||
t.decimal "weight", precision: 5, scale: 3
|
||||
t.integer "supplier_id"
|
||||
t.decimal "weight", precision: 5, scale: 3
|
||||
t.integer "delivery_time_estimation_id"
|
||||
t.integer "brand_id"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user