BS3: cleanup

This commit is contained in:
Ilya Konanykhin
2016-12-27 09:53:47 +06:00
parent 9bb5190c4d
commit b503ec6fbd
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
.form-group
.input-group
= number_field_tag nil, nil, id: 'seat_tube_height', placeholder: 'Seat Tube', min: 0, max: 100, class: "form-control"
= number_field_tag nil, nil, id: 'seat_tube_height', placeholder: 'Seat Tube', min: 0, max: 100, class: 'form-control'
.input-group-addon cm
.help-block
+1 -1
View File
@@ -30,7 +30,7 @@
- unless @bike.color.nil?
%dt Color
%dd
.bike-color{style: "background-color: ##{@bike.color}"} #{@bike.color}
.bike-color(style="background-color: ##{@bike.color}")= @bike.color
- if @task_list
- tasks = @task_list.tasks.to_a