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'},