Browse Source

Measurements will be in inches for the time being

eperez-timeinput
Jason Denney 12 years ago
parent
commit
8c864e2006
  1. 6
      app/components/bikes.rb

6
app/components/bikes.rb

@ -18,9 +18,9 @@ class Bikes < Netzke::Basepack::Grid
}, },
:color, :color,
{ :name => :bike_style__style, :text => 'Style' }, { :name => :bike_style__style, :text => 'Style' },
:seat_tube_height, { :name => :seat_tube_height, :text => 'Seat Tube (in)'},
:top_tube_length, { :name => :top_tube_length, :text => 'Top Tube (in)'},
:wheel_size, { :name => :wheel_size, :text => 'Wheel Size (in)'},
:value, :value,
{ :name => :bike_condition__condition, :text => 'Condition'}, { :name => :bike_condition__condition, :text => 'Condition'},
{ :name => :bike_status__status, :text => 'Status'}, { :name => :bike_status__status, :text => 'Status'},

Loading…
Cancel
Save