lk | time spent is now a decimal with precision 2

This commit is contained in:
Louis Knapp
2017-08-24 10:53:12 -05:00
parent df54b59b95
commit dcb91db596
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -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