From eaaa9fb6ba038fcabadf054e27288356f0509049 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Fri, 19 Jun 2015 19:30:44 +0000 Subject: [PATCH] Updated up_matches.html.erb --- app/views/static_pages/up_matches.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/static_pages/up_matches.html.erb b/app/views/static_pages/up_matches.html.erb index 13ff4f4..a14b2df 100644 --- a/app/views/static_pages/up_matches.html.erb +++ b/app/views/static_pages/up_matches.html.erb @@ -29,7 +29,7 @@ <% @mats.each.map do |m| %> - Mat <%= m.name %> + <%= 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 %>