summaryrefslogtreecommitdiff
path: root/app/views/games/show.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 19:47:20 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 19:47:20 -0500
commit706392b7c4520382ddd8f827b31205c6b71f5320 (patch)
tree55444920bb49c5cc104e919737ebcda44eb45321 /app/views/games/show.html.erb
parenteebd00ba4692a6a285c9807705331ab924ce225f (diff)
parentd72452a5965c0df32a13053ae86bcd529fc0fc9e (diff)
Merge branch 'clean'
Conflicts: app/controllers/tournaments_controller.rb app/views/teams/show.html.erb app/views/tournaments/index.html.erb config/routes.rb
Diffstat (limited to 'app/views/games/show.html.erb')
-rw-r--r--app/views/games/show.html.erb18
1 files changed, 14 insertions, 4 deletions
diff --git a/app/views/games/show.html.erb b/app/views/games/show.html.erb
index 88bf91c..39d4a97 100644
--- a/app/views/games/show.html.erb
+++ b/app/views/games/show.html.erb
@@ -4,13 +4,23 @@
</p>
<p>
- <strong>Players per team:</strong>
- <%= @game.players_per_team %>
+ <strong>Min players per team:</strong>
+ <%= @game.min_players_per_team %>
</p>
<p>
- <strong>Teams per match:</strong>
- <%= @game.teams_per_match %>
+ <strong>Max players per team:</strong>
+ <%= @game.max_players_per_team %>
+</p>
+
+<p>
+ <strong>Min teams per match:</strong>
+ <%= @game.min_teams_per_match %>
+</p>
+
+<p>
+ <strong>Max teams per match:</strong>
+ <%= @game.max_teams_per_match %>
</p>
<p>