Browse Source

Commenting out description on bike form for now

denney-fix-saving-dates
Jason Denney 11 years ago
parent
commit
c575fface9
  1. 1
      app/views/bikes/new.html.haml

1
app/views/bikes/new.html.haml

@ -31,6 +31,7 @@
%input{ type: "radio", name: "options"} Excellent %input{ type: "radio", name: "options"} Excellent
%p %p
%input{id: "bike_seat_tube", placeholder: "Seat Tube (cm)", type: "number", min: 0, max: 100, class: "input-lg" } %input{id: "bike_seat_tube", placeholder: "Seat Tube (cm)", type: "number", min: 0, max: 100, class: "input-lg" }
-# Commenting this out until description is added to Bike
%p %p
%input{id: "bike_description", placeholder: "Short description", type: "text", class: "input-lg" } %input{id: "bike_description", placeholder: "Short description", type: "text", class: "input-lg" }
%p %p

Loading…
Cancel
Save