summaryrefslogtreecommitdiff
path: root/app/views/tournaments/show.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-22 02:18:48 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-22 02:18:48 -0400
commit07476fd9a2b942e8d6056804bb1cdbd5e9a1c528 (patch)
treea3e0642ae64bef2bdda4b359f6712d5b09c5a70a /app/views/tournaments/show.html.erb
parent96274bb53465d90632908ebc2f8fd9811d7a5bcb (diff)
run ./generate.sh
Diffstat (limited to 'app/views/tournaments/show.html.erb')
-rw-r--r--app/views/tournaments/show.html.erb15
1 files changed, 10 insertions, 5 deletions
diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb
index 3cb6179..d97e504 100644
--- a/app/views/tournaments/show.html.erb
+++ b/app/views/tournaments/show.html.erb
@@ -1,11 +1,6 @@
<p id="notice"><%= notice %></p>
<p>
- <strong>Name:</strong>
- <%= @tournament.name %>
-</p>
-
-<p>
<strong>Game:</strong>
<%= @tournament.game %>
</p>
@@ -16,6 +11,11 @@
</p>
<p>
+ <strong>Name:</strong>
+ <%= @tournament.name %>
+</p>
+
+<p>
<strong>Min players per team:</strong>
<%= @tournament.min_players_per_team %>
</p>
@@ -45,5 +45,10 @@
<%= @tournament.randomized_teams %>
</p>
+<p>
+ <strong>Sampling method:</strong>
+ <%= @tournament.sampling_method %>
+</p>
+
<%= link_to 'Edit', edit_tournament_path(@tournament) %> |
<%= link_to 'Back', tournaments_path %>