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/tournaments/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/tournaments/index.html.erb') diff --git a/app/views/tournaments/index.html.erb b/app/views/tournaments/index.html.erb index 49a83ec..c2b5a2b 100644 --- a/app/views/tournaments/index.html.erb +++ b/app/views/tournaments/index.html.erb @@ -13,6 +13,7 @@ Set rounds Randomized teams Sampling method + Scoring method @@ -32,6 +33,7 @@ <%= tournament.set_rounds %> <%= tournament.randomized_teams %> <%= tournament.sampling_method %> + <%= tournament.scoring_method %> <%= link_to 'Show', tournament %> <%= link_to 'Edit', edit_tournament_path(tournament) %> <%= link_to 'Destroy', tournament, method: :delete, data: { confirm: 'Are you sure?' } %> -- cgit v1.2.3