mirror of
https://github.com/fspc/bike-database.git
synced 2025-02-23 09:33:23 -05:00
lk | adds comfort and no preference options to client.bike_type_requested
This commit is contained in:
parent
9dcf59fece
commit
419fa05697
@ -28,7 +28,7 @@
|
|||||||
.form-group
|
.form-group
|
||||||
= f.label "Type of Bike Requested:", class: "col-sm-2 control-label"
|
= f.label "Type of Bike Requested:", class: "col-sm-2 control-label"
|
||||||
.col-sm-10
|
.col-sm-10
|
||||||
= f.select :bike_type_requested, [["BMX", "BMX"], ["Cruiser", "Cruiser"], ["Hybrid", "Hybrid"], ["Mountain", "Mountain"], ["Road", "Road"], ["Touring", "Touring"], ["Track", "Track"], ["Utility", "Utility"], ["Youth", "Youth"]], {}, class: "selectpicker", disabled: disabled
|
= f.select :bike_type_requested, [["No Preference", "No Preference"], ["BMX", "BMX"], ["Comfort", "Comfort"], ["Cruiser", "Cruiser"], ["Hybrid", "Hybrid"], ["Mountain", "Mountain"], ["Road", "Road"], ["Touring", "Touring"], ["Track", "Track"], ["Utility", "Utility"], ["Youth", "Youth"]], {}, class: "selectpicker", disabled: disabled
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
= f.label "Will Pay 25$ for Lock & Helmet:", class: "col-sm-2 control-label"
|
= f.label "Will Pay 25$ for Lock & Helmet:", class: "col-sm-2 control-label"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user