From a916d160f7e5f8446751c5739d207c746e5d97b0 Mon Sep 17 00:00:00 2001 From: tkimia Date: Mon, 7 Apr 2014 01:34:30 -0400 Subject: your team is shown as light green in the tournament tree --- app/views/matches/index.html.erb | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'app/views') diff --git a/app/views/matches/index.html.erb b/app/views/matches/index.html.erb index 1941179..742de14 100644 --- a/app/views/matches/index.html.erb +++ b/app/views/matches/index.html.erb @@ -51,9 +51,9 @@ <% (1..@matches.count).each do |i| %> @@ -81,7 +81,7 @@ stroke="grey" <% end %> /> - + " stroke="black" /> <% if @matches[i-1].teams.first %> Team <%= @matches[i-1].teams.first.id %> @@ -89,13 +89,12 @@ VS - + " stroke="black" /> <% if @matches[i-1].teams[1] %> Team <%= @matches[i-1].teams[1].id %> <% end %> - <% if i > 1 %> <% end %> -- cgit v1.2.3-54-g00ecf