1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-14 09:29:45 +00:00

Added full screen bout board

This commit is contained in:
2016-01-04 19:43:57 +00:00
parent c012682e77
commit fa6c6458b6
2 changed files with 6 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
<% cache ["up_matches", @tournament] do %>
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default"%>
<script>
$(document).ready(function() {
$('#matchList').dataTable();
} );
// $(document).ready(function() {
// $('#matchList').dataTable();
// } );
</script>
<script>
setTimeout("location.reload(true);",30000);
@@ -12,10 +12,8 @@
<br>
<h5 style="color:red">This page reloads every 30s</h5>
<br>
<br>
<h3>Upcoming Matches</h3>
<br>
<br>
<table class="table table-striped table-bordered">
<thead>
<tr>
@@ -40,11 +38,9 @@
</tbody>
</table>
<br>
<br>
<h3>Matches not assigned</h3>
<br>
<br>
<table class="display compact cell-border" id="matchList">
<table class="table table-striped table-bordered table-condensed" id="matchList">
<thead>
<tr>
<th>Round</th>