1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-14 00:49:54 +00:00

Allow decimals in the weight max form and remove references to lbs in views

This commit is contained in:
2023-02-02 13:36:52 +00:00
parent e047383fe4
commit 2eb38ce788
5 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
<div class="field">
<%= f.label :max %><br>
<%= f.number_field :max %>
<%= f.number_field :max, step: :any %>
</div>
<% if @weight %>