From 62219ac4e3af36cc15c9ad61701550bee9a8424c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 26 Apr 2014 20:16:33 -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 b4c3950..207a0ba 100644 --- a/app/views/games/index.html.erb +++ b/app/views/games/index.html.erb @@ -12,6 +12,7 @@ Set rounds Randomized teams Sampling method + Scoring method @@ -30,6 +31,7 @@ <%= game.set_rounds %> <%= game.randomized_teams %> <%= game.sampling_method %> + <%= game.scoring_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-2-g168b