%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default"%>
| Mat | On Mat | On Deck | In The Hole | Warm Up |
|---|---|---|---|---|
| <%= m.name %> | <%=m.unfinishedMatches.first.bout_number%> <%= m.unfinishedMatches.first.wrestler1.name %> vs. <%= m.unfinishedMatches.first.wrestler2.name %> |
<%=m.unfinishedMatches.second.bout_number%> <%= m.unfinishedMatches.second.wrestler1.name %> vs. <%= m.unfinishedMatches.second.wrestler2.name %> |
<%=m.unfinishedMatches.third.bout_number%> <%= m.unfinishedMatches.third.wrestler1.name %> vs. <%= m.unfinishedMatches.third.wrestler2.name %> |
<%=m.unfinishedMatches.fourth.bout_number%> <%= m.unfinishedMatches.fourth.wrestler1.name %> vs. <%= m.unfinishedMatches.fourth.wrestler2.name %> |
| Round | Bout Number | Weight Class | Matchup |
|---|---|---|---|
| Round <%= m.round %> | <%= m.bout_number %> | <%= m.weight_max %> lbs | <%= m.wrestler1.name %> vs. <%= m.wrestler2.name %> |