summaryrefslogtreecommitdiff
path: root/app/views/matches/index.html.erb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-23 13:19:56 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-23 13:19:56 -0400
commit9d6dc1e5959590eeca5f9ea19cf731d73c735bd6 (patch)
treefd135e0f543a7f78388c91992fcfa85b5b7564dd /app/views/matches/index.html.erb
parentb2ceff6667461a6db587c4077ef56bdb4fe9f44b (diff)
parent21d6ddb3b2e85fa24f331dbf547133a34b0d37bd (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/matches/index.html.erb')
-rw-r--r--app/views/matches/index.html.erb20
1 files changed, 10 insertions, 10 deletions
diff --git a/app/views/matches/index.html.erb b/app/views/matches/index.html.erb
index fda8582..8a50fee 100644
--- a/app/views/matches/index.html.erb
+++ b/app/views/matches/index.html.erb
@@ -2,16 +2,16 @@
<table id="matches-table" class="table">
- <thead>
- <tr>
- <th>Name</th>
- <th>Status</th>
- <th>Winner</th>
- <th></th>
- </tr>
- </thead>
-
- <tbody class="table-hover">
+ <thead>
+ <tr>
+ <th>Name</th>
+ <th>Status</th>
+ <th>Winner</th>
+ <th><!-- link to --></th>
+ <th><!-- start button --></th>
+ </tr>
+ </thead>
+ <tbody>
<% @tournament.stages_ordered.keys.sort.each do |stage_key| %>
<% stage = @tournament.stages_ordered[stage_key] %>
<% stage.matches_ordered.keys.sort.reverse.each do |match_key| %><tr>