%= 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.w1_name %> vs. <%= m.unfinishedMatches.first.w2_name %> |
<%=m.unfinishedMatches.second.bout_number%> <%= m.unfinishedMatches.second.w1_name %> vs. <%= m.unfinishedMatches.second.w2_name %> |
<%=m.unfinishedMatches.third.bout_number%> <%= m.unfinishedMatches.third.w1_name %> vs. <%= m.unfinishedMatches.third.w2_name %> |
<%=m.unfinishedMatches.fourth.bout_number%> <%= m.unfinishedMatches.fourth.w1_name %> vs. <%= m.unfinishedMatches.fourth.w2_name %> |
| Round | Bout Number | Weight Class | Matchup |
|---|---|---|---|
| Round <%= m.round %> | <%= m.bout_number %> | <%= m.weight_max %> lbs | <%= m.w1_name %> vs. <%= m.w2_name %> |