summaryrefslogtreecommitdiff
path: root/app/views/tournaments/show.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 21:29:24 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-06 21:29:24 -0500
commitc9f2abad7b9c967e23ed2b2867d426eb27f61387 (patch)
tree234099af3374285f89573f774795639a9bcb88d9 /app/views/tournaments/show.html.erb
parentd72452a5965c0df32a13053ae86bcd529fc0fc9e (diff)
make the join tables not have models
Diffstat (limited to 'app/views/tournaments/show.html.erb')
-rw-r--r--app/views/tournaments/show.html.erb10
1 files changed, 5 insertions, 5 deletions
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
@@ -6,6 +6,11 @@
</p>
<p>
+ <strong>Status:</strong>
+ <%= @tournament.status %>
+</p>
+
+<p>
<strong>Min players per team:</strong>
<%= @tournament.min_players_per_team %>
</p>
@@ -35,10 +40,5 @@
<%= @tournament.randomized_teams %>
</p>
-<p>
- <strong>Status:</strong>
- <%= @tournament.status %>
-</p>
-
<%= link_to 'Edit', edit_tournament_path(@tournament) %> |
<%= link_to 'Back', tournaments_path %>