summaryrefslogtreecommitdiff
path: root/app/views/common/_show_tournament.html.erb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-27 14:22:17 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-27 14:22:17 -0400
commit442146c7160b95d452975336dfddaf8faf74d544 (patch)
treef4cbb6405a05e0ebbdea264dbcb6124ad96f560d /app/views/common/_show_tournament.html.erb
parentabf98c279674c172fc9064e5013087c72101fad9 (diff)
fixed, seeds, roundrobin, and _show_tourn
Diffstat (limited to 'app/views/common/_show_tournament.html.erb')
-rw-r--r--app/views/common/_show_tournament.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/common/_show_tournament.html.erb b/app/views/common/_show_tournament.html.erb
index b16a37b..a9569b6 100644
--- a/app/views/common/_show_tournament.html.erb
+++ b/app/views/common/_show_tournament.html.erb
@@ -14,7 +14,7 @@
<p> Players signed up: <%= target.players.count %> </p>
</div>
<div class="col-md-4 things">
- <p> <%= (target.randomized_teams)? "Teams are Random" : "Teams are Chosen" %></p>
+ <p> <%# (target.randomized_teams)? "Teams are Random" : "Teams are Chosen" %></p>
<p> Players signed up: <%= target.players.count %> </p>
</div>
</div>