|
@ -17,7 +17,8 @@ |
|
|
.controls |
|
|
.controls |
|
|
%input{id: "serial_number", placeholder: "Serial Number", type: "text", class: "input-lg" } |
|
|
%input{id: "serial_number", placeholder: "Serial Number", type: "text", class: "input-lg" } |
|
|
.help-block |
|
|
.help-block |
|
|
%p |
|
|
.control-group |
|
|
|
|
|
.controls |
|
|
.btn-group{ "data-toggle" => "buttons-radio"} |
|
|
.btn-group{ "data-toggle" => "buttons-radio"} |
|
|
%label{ class: "btn btn-default"} |
|
|
%label{ class: "btn btn-default"} |
|
|
%input{ type: "radio", name: "bike_style", value: 3} RD |
|
|
%input{ type: "radio", name: "bike_style", value: 3} RD |
|
@ -27,12 +28,14 @@ |
|
|
%input{ type: "radio", name: "bike_style", value: 2} HYB |
|
|
%input{ type: "radio", name: "bike_style", value: 2} HYB |
|
|
%label{ class: "btn btn-default"} |
|
|
%label{ class: "btn btn-default"} |
|
|
%input{ type: "radio", name: "bike_style", value: 4} OTHER |
|
|
%input{ type: "radio", name: "bike_style", value: 4} OTHER |
|
|
|
|
|
%input{ id: "bike_style_id", type: "hidden"} |
|
|
.help-block |
|
|
.help-block |
|
|
.control-group |
|
|
.control-group |
|
|
.controls |
|
|
.controls |
|
|
= select_tag(:bike_wheel_size, options_for_select(@wheel_sizes), id: :bike_wheel_size_id) |
|
|
= select_tag(:bike_wheel_size_id, options_for_select(@wheel_sizes), id: :bike_wheel_size_id) |
|
|
.help-block |
|
|
.help-block |
|
|
%p |
|
|
.control-group |
|
|
|
|
|
.controls |
|
|
.btn-group{ "data-toggle" => "buttons-radio"} |
|
|
.btn-group{ "data-toggle" => "buttons-radio"} |
|
|
%label{ class: "btn btn-default"} |
|
|
%label{ class: "btn btn-default"} |
|
|
%input{ type: "radio", name: "bike_condition", value: 2} Poor |
|
|
%input{ type: "radio", name: "bike_condition", value: 2} Poor |
|
@ -42,6 +45,7 @@ |
|
|
%input{ type: "radio", name: "bike_condition", value: 4} Good |
|
|
%input{ type: "radio", name: "bike_condition", value: 4} Good |
|
|
%label{ class: "btn btn-default"} |
|
|
%label{ class: "btn btn-default"} |
|
|
%input{ type: "radio", name: "bike_condition", value: 5} Excellent |
|
|
%input{ type: "radio", name: "bike_condition", value: 5} Excellent |
|
|
|
|
|
%input{ id: "bike_condition_id", type: "hidden"} |
|
|
.help-block |
|
|
.help-block |
|
|
.control-group |
|
|
.control-group |
|
|
.controls |
|
|
.controls |
|
|