From c9f2abad7b9c967e23ed2b2867d426eb27f61387 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 6 Mar 2014 21:29:24 -0500 Subject: make the join tables not have models --- app/views/tournaments/show.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/views/tournaments/show.html.erb') diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb index 355bc90..208c6f4 100644 --- a/app/views/tournaments/show.html.erb +++ b/app/views/tournaments/show.html.erb @@ -5,6 +5,11 @@ <%= @tournament.game %>

+

+ Status: + <%= @tournament.status %> +

+

Min players per team: <%= @tournament.min_players_per_team %> @@ -35,10 +40,5 @@ <%= @tournament.randomized_teams %>

-

- Status: - <%= @tournament.status %> -

- <%= link_to 'Edit', edit_tournament_path(@tournament) %> | <%= link_to 'Back', tournaments_path %> -- cgit v1.2.3