mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Allow decimals in the weight max form and remove references to lbs in views
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
<tr>
|
||||
<td>
|
||||
<% if can? :read, @tournament %>
|
||||
<%= link_to "#{weight.max} lbs", weight %>
|
||||
<%= link_to "#{weight.max}", weight %>
|
||||
<% else %>
|
||||
<%= "#{weight.max}" %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user