From c575fface96fa53ea6c2ce8c57025521645f7feb Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Sun, 2 Feb 2014 17:10:32 -0500 Subject: [PATCH] Commenting out description on bike form for now --- app/views/bikes/new.html.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/bikes/new.html.haml b/app/views/bikes/new.html.haml index 90e9d1a..ae98e23 100644 --- a/app/views/bikes/new.html.haml +++ b/app/views/bikes/new.html.haml @@ -31,8 +31,9 @@ %input{ type: "radio", name: "options"} Excellent %p %input{id: "bike_seat_tube", placeholder: "Seat Tube (cm)", type: "number", min: 0, max: 100, class: "input-lg" } - %p - %input{id: "bike_description", placeholder: "Short description", type: "text", class: "input-lg" } + -# Commenting this out until description is added to Bike + %p + %input{id: "bike_description", placeholder: "Short description", type: "text", class: "input-lg" } %p %input{id: "index_logout", value: "Add Bike", type: "button", class: "btn btn-lg btn-block btn-primary", "data-url" => "api_add_bike_path"}