From 9a8d6814511ce257241a03b5763430294ed3e381 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Apr 2014 13:25:18 -0400 Subject: ran ./generate.sh --- app/views/games/show.html.erb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'app/views/games/show.html.erb') diff --git a/app/views/games/show.html.erb b/app/views/games/show.html.erb index 6bca111..f132d9a 100644 --- a/app/views/games/show.html.erb +++ b/app/views/games/show.html.erb @@ -30,16 +30,6 @@ <%= @game.max_teams_per_match %>

-

- Set rounds: - <%= @game.set_rounds %> -

- -

- Randomized teams: - <%= @game.randomized_teams %> -

-

Sampling method: <%= @game.sampling_method %> -- cgit v1.2.3-2-g168b