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

Fixed the stats page

This commit is contained in:
2022-02-03 21:33:24 +00:00
parent 58d088907a
commit 9fec6c079f

View File

@@ -30,11 +30,11 @@
<tbody>
<tr>
<td><%= m.w1_bracket_name %></td>
<td><%= m.w1_bracket_name.html_safe %></td>
<td><%= m.w1_stat %></td>
</tr>
<tr>
<td><%= m.w2_bracket_name %></td>
<td><%= m.w2_bracket_name.html_safe %></td>
<td><%= m.w2_stat %></td>
</tr>
</tbody>