1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-03 13:30:02 +00:00

Add boutNumber to upcomgingMatches

This commit is contained in:
2015-03-12 15:18:06 -04:00
parent dc9639cf1c
commit e8dd332bbc
4 changed files with 24 additions and 15 deletions

View File

@@ -18,7 +18,7 @@
<% @matches.each.map do |m| %>
<tr>
<td>Round <%= m.round %></td>
<td></td>
<td><%= m.boutNumber %></td>
<td><%= m.weight_max %> lbs</td>
<td><%= m.w_name(m.w1) %> vs. <%= m.w_name(m.w2) %></td>
</tr>