summaryrefslogtreecommitdiff
path: root/app/views/tournaments/index.html.erb
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-25 16:30:13 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-25 16:30:13 -0400
commit4e754e04d6bd04267e5a55011aa9f4f2a2fc7859 (patch)
tree6e152c868457d24de16653e5a696cdd9518cf9d6 /app/views/tournaments/index.html.erb
parentecef4973baed5580e3b2500ce0a65def1132d172 (diff)
Tournament has a NAME now
Diffstat (limited to 'app/views/tournaments/index.html.erb')
-rw-r--r--app/views/tournaments/index.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/tournaments/index.html.erb b/app/views/tournaments/index.html.erb
index fb8b381..f8f21e7 100644
--- a/app/views/tournaments/index.html.erb
+++ b/app/views/tournaments/index.html.erb
@@ -3,6 +3,7 @@
<table>
<thead>
<tr>
+ <th>Name</th>
<th>Game</th>
<th>Status</th>
<th>Min players per team</th>
@@ -20,6 +21,7 @@
<tbody>
<% @tournaments.each do |tournament| %>
<tr>
+ <td><%= tournament.name %></td>
<td><%= tournament.game %></td>
<td><%= tournament.status %></td>
<td><%= tournament.min_players_per_team %></td>