From f5d36fc67d1994b7cc1ce02e7be2767ffcb47857 Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Thu, 6 Mar 2014 17:25:40 -0500 Subject: new generate --- app/views/games/show.html.erb | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'app/views/games/show.html.erb') diff --git a/app/views/games/show.html.erb b/app/views/games/show.html.erb index 7986016..1f1a154 100644 --- a/app/views/games/show.html.erb +++ b/app/views/games/show.html.erb @@ -6,13 +6,23 @@

- Players per team: - <%= @game.players_per_team %> + Min players per team: + <%= @game.min_players_per_team %>

- Teams per match: - <%= @game.teams_per_match %> + Max players per team: + <%= @game.max_players_per_team %> +

+ +

+ Min teams per match: + <%= @game.min_teams_per_match %> +

+ +

+ Max teams per match: + <%= @game.max_teams_per_match %>

-- cgit v1.2.3-54-g00ecf