From 3b72ea83cf9aae9570fd6d179bde700b9fca2e41 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Mon, 18 Jan 2016 19:08:38 +0000 Subject: [PATCH] Added bracket position to all matches page --- app/views/tournaments/matches.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/tournaments/matches.html.erb b/app/views/tournaments/matches.html.erb index aa7a6e5..241f1d2 100644 --- a/app/views/tournaments/matches.html.erb +++ b/app/views/tournaments/matches.html.erb @@ -16,6 +16,7 @@ Bout number + Bracket Position Matchup Finished? @@ -26,6 +27,7 @@ <% @matches.each do |match| %> <%= match.bout_number %> + <%= match.bracket_position %> <%= match.w1_name %> vs <%= match.w2_name %> <%= match.finished %> <%= link_to 'Show', match, :class=>"btn btn-default btn-sm" %>