mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Fix: stick to the .ruby-version will ya?
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
.help-block
|
||||
|
||||
.form-group
|
||||
.btn-group{"data-toggle": 'buttons'}
|
||||
.btn-group(data-toggle="buttons")
|
||||
%label.btn.btn-default
|
||||
= radio_button_tag 'bike_style', 3
|
||||
RD
|
||||
@@ -43,7 +43,7 @@
|
||||
.help-block
|
||||
|
||||
.form-group
|
||||
.btn-group{ "data-toggle": 'buttons'}
|
||||
.btn-group(data-toggle="buttons")
|
||||
%label.btn.btn-default
|
||||
= radio_button_tag 'bike_condition', 2
|
||||
Poor
|
||||
@@ -70,4 +70,4 @@
|
||||
%input{id: "bike_description", placeholder: "Short description", type: "text", class: "input-lg" }
|
||||
|
||||
.form-group
|
||||
= button_tag 'Add Bike', id: 'add_bike_submit', class: 'btn btn-primary', "data-url": "#{api_create_bike_path}"
|
||||
= button_tag 'Add Bike', id: 'add_bike_submit', class: 'btn btn-primary', data: {url: api_create_bike_path}
|
||||
Reference in New Issue
Block a user