mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
BS3: cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user