1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 13:15:27 +00:00
Files
wrestlingdev.com/app/views/static_pages/up_matches.html.erb
2014-12-15 13:12:39 -05:00

9 lines
246 B
Plaintext

<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}" %>
<br>
<br>
<h3>Upcoming Matches</h3>
<% @bouts.each do |m| %>
<%= Wrestler.find(m.w1).weight.max %> Lbs <%= Wrestler.find(m.w1).name %> vs. Some Guy
<br>
<% end %>