From 8d5325cd6019b784ba2da66d19c41daaadbc19e0 Mon Sep 17 00:00:00 2001 From: shumakl Date: Thu, 3 Apr 2014 12:14:48 -0400 Subject: do things to avoid merge conflicts with clean2 --- app/views/tournaments/show.html.erb | 81 ++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 42 deletions(-) (limited to 'app') diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb index 7bdbdc0..1ebf4c5 100644 --- a/app/views/tournaments/show.html.erb +++ b/app/views/tournaments/show.html.erb @@ -11,45 +11,45 @@ +

+ Status: + <% if @tournament.status == 0 %> + Waiting for players... + <% else %> + Started + <% end %> +

+ +

+ Min players per team: + <%= @tournament.min_players_per_team %> +

+ +

+ Max players per team: + <%= @tournament.max_players_per_team %> +

+ +

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

+ +

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

+ +

+ Set rounds: + <%= @tournament.set_rounds %> +

+ +

+ Randomized teams: + <%= @tournament.randomized_teams %> +

-

- Status: - <% if @tournament.status == 0 %> - Waiting for players... - <% else %> - Started - <% end %> -

- -

- Min players per team: - <%= @tournament.min_players_per_team %> -

- -

- Max players per team: - <%= @tournament.max_players_per_team %> -

- -

- Min teams per match: - <%= @tournament.min_teams_per_match %> -

- -

- Max teams per match: - <%= @tournament.max_teams_per_match %> -

- -

- Set rounds: - <%= @tournament.set_rounds %> -

- -

- Randomized teams: - <%= @tournament.randomized_teams %> -

@@ -120,7 +120,4 @@ function donehandle( tournament ) { $.ajax({url: "<%= url_for @tournament %>.json"}) .done(donehandle); - - - - \ No newline at end of file + -- cgit v1.2.3-2-g168b