mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 16:31:38 -04:00
Allow user select bike worked when adding time
This commit is contained in:
@@ -31,8 +31,7 @@
|
||||
.control-group
|
||||
.controls
|
||||
%label
|
||||
Worked on a bike?
|
||||
%input{ type: "checkbox"}
|
||||
= select_tag(:bike_brand_id, options_for_select(@bikes))
|
||||
.control-group
|
||||
.controls
|
||||
%textarea{id: "work_description", placeholder: "Work description", class: "input-lg" }
|
||||
|
||||
Reference in New Issue
Block a user