From 07476fd9a2b942e8d6056804bb1cdbd5e9a1c528 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 Apr 2014 02:18:48 -0400 Subject: run ./generate.sh --- app/views/games/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/games/index.html.erb') diff --git a/app/views/games/index.html.erb b/app/views/games/index.html.erb index 27c5860..6cc7f58 100644 --- a/app/views/games/index.html.erb +++ b/app/views/games/index.html.erb @@ -10,6 +10,7 @@ Max teams per match Set rounds Randomized teams + Sampling method @@ -26,6 +27,7 @@ <%= game.max_teams_per_match %> <%= game.set_rounds %> <%= game.randomized_teams %> + <%= game.sampling_method %> <%= link_to 'Show', game %> <%= link_to 'Edit', edit_game_path(game) %> <%= link_to 'Destroy', game, method: :delete, data: { confirm: 'Are you sure?' } %> -- cgit v1.2.3