Fix: stick to the .ruby-version will ya?

This commit is contained in:
Ilya Konanykhin
2016-12-25 01:00:35 +06:00
parent 1880f91c15
commit 9faa92a8e6
6 changed files with 13 additions and 16 deletions
+3 -3
View File
@@ -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}