From 442146c7160b95d452975336dfddaf8faf74d544 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Sun, 27 Apr 2014 14:22:17 -0400 Subject: fixed, seeds, roundrobin, and _show_tourn --- app/views/common/_show_tournament.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/common/_show_tournament.html.erb') diff --git a/app/views/common/_show_tournament.html.erb b/app/views/common/_show_tournament.html.erb index b16a37b..a9569b6 100644 --- a/app/views/common/_show_tournament.html.erb +++ b/app/views/common/_show_tournament.html.erb @@ -14,7 +14,7 @@

Players signed up: <%= target.players.count %>

-

<%= (target.randomized_teams)? "Teams are Random" : "Teams are Chosen" %>

+

<%# (target.randomized_teams)? "Teams are Random" : "Teams are Chosen" %>

Players signed up: <%= target.players.count %>

-- cgit v1.2.3-2-g168b