From 8c864e200652f8fb2261b693b1ccde2544b3ff46 Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Sat, 25 May 2013 12:43:55 -0400 Subject: [PATCH] Measurements will be in inches for the time being --- app/components/bikes.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/bikes.rb b/app/components/bikes.rb index 29ec030..9897742 100644 --- a/app/components/bikes.rb +++ b/app/components/bikes.rb @@ -18,9 +18,9 @@ class Bikes < Netzke::Basepack::Grid }, :color, { :name => :bike_style__style, :text => 'Style' }, - :seat_tube_height, - :top_tube_length, - :wheel_size, + { :name => :seat_tube_height, :text => 'Seat Tube (in)'}, + { :name => :top_tube_length, :text => 'Top Tube (in)'}, + { :name => :wheel_size, :text => 'Wheel Size (in)'}, :value, { :name => :bike_condition__condition, :text => 'Condition'}, { :name => :bike_status__status, :text => 'Status'},