1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Swapped tds in weigh_in page

This commit is contained in:
2015-06-30 18:15:21 +00:00
parent 6f3fbad6d3
commit 12b55ba4ad

View File

@@ -39,8 +39,8 @@
<tr>
<td><%= wrestler.name %></td>
<td><%= School.find(wrestler.school_id).name %></td>
<td><%= wrestler.weight.max %></td>
<td><%= wrestler.original_seed %></td>
<td><%= wrestler.weight.max %></td>
<td>
<% if user_signed_in? %>
<%= fields_for "wrestler[]", wrestler do |w| %>