summaryrefslogtreecommitdiff
path: root/app/views/matches
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-23 11:41:26 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-23 11:41:26 -0400
commit395a12042bbe9c4eeca60e41c75004c3bdad4e87 (patch)
tree34d209d4043285cb987a638379c6c1a54456d2b9 /app/views/matches
parentc846cd71411ec3373a5229cacafe0df6b3673543 (diff)
views/matches/index.html: tidy up
Diffstat (limited to 'app/views/matches')
-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>