1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 06:54:16 +00:00

Reducing queries for upcoming matches

This commit is contained in:
2015-03-16 08:06:08 -04:00
parent e8dd332bbc
commit 05c340eb94
4 changed files with 23 additions and 35 deletions

View File

@@ -20,7 +20,7 @@
<td>Round <%= m.round %></td>
<td><%= m.boutNumber %></td>
<td><%= m.weight_max %> lbs</td>
<td><%= m.w_name(m.w1) %> vs. <%= m.w_name(m.w2) %></td>
<td><%= m.w1_name %> vs. <%= m.w2_name %></td>
</tr>
<% end %>
</tbody>