mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-09 07:39:06 +00:00
Use match id instead of bout number when looking stuff up on bracket view.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
<td><%= wrestler.result_by_bout(m.bout_number) %>
|
||||
<td><%= wrestler.result_by_id(m.id) %>
|
||||
</tr>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user