mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-08 23:34:51 +00:00
Allow decimals in the weight max form and remove references to lbs in views
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
<div class="field">
|
||||
<%= f.label :max %><br>
|
||||
<%= f.number_field :max %>
|
||||
<%= f.number_field :max, step: :any %>
|
||||
</div>
|
||||
|
||||
<% if @weight %>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<%= @weight.max %> lbs Matches are being generated. This can take anywhere from 1-5 minutes to finish. It is recommended to delete all delegated school permissions to prevent lineup changes after the tournament has started.
|
||||
<%= @weight.max %> Matches are being generated. This can take anywhere from 1-5 minutes to finish. It is recommended to delete all delegated school permissions to prevent lineup changes after the tournament has started.
|
||||
Reference in New Issue
Block a user