summaryrefslogtreecommitdiff
path: root/app/views/tournaments/index.html.erb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-03-07 00:41:47 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-03-07 00:41:47 -0500
commitfd213819fa004209fc466b19ee65d83b1f918068 (patch)
treeecfe47daa486da7d878207ac6a799b6fab79deab /app/views/tournaments/index.html.erb
parent5ca9bd493d0348d56a3a8ce56923a72230515fe0 (diff)
parent8fc6b48caccdb8fbfe04e41282444e0b916883b3 (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/tournaments/index.html.erb')
-rw-r--r--app/views/tournaments/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tournaments/index.html.erb b/app/views/tournaments/index.html.erb
index 452d939..d4ef414 100644
--- a/app/views/tournaments/index.html.erb
+++ b/app/views/tournaments/index.html.erb
@@ -21,7 +21,7 @@
<tbody>
<% @tournaments.each do |tournament| %>
<tr>
- <td><%= tournament.game %></td>
+ <td><%= tournament.id %></td>
<td><%= tournament.status %></td>
<td><%= tournament.min_players_per_team %></td>
<td><%= tournament.max_players_per_team %></td>