mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
lk | time spent is now a decimal with precision 2
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
.form-group
|
||||
= f.label "Time Spent (Hours)", class: "col-sm-4 control-label"
|
||||
.col-sm-6
|
||||
= f.text_field :time_spent, class: "form-control", type: "number", disabled: disabled
|
||||
= f.text_field :time_spent, class: "form-control", type: "number", step: "0.01", disabled: disabled
|
||||
|
||||
.row
|
||||
.col-sm-6
|
||||
|
||||
Reference in New Issue
Block a user