1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-10 07:48:29 +00:00

Changed tournament view

This commit is contained in:
2015-02-06 12:33:20 -05:00
parent 5c015ba2d8
commit c1f2363a46

View File

@@ -32,7 +32,7 @@
<% end %> <% end %>
<br> <br>
<br> <br>
<h3>Schools</h3> <h3>School Lineups</h3>
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered">
<thead> <thead>
<tr> <tr>
@@ -62,7 +62,7 @@
<% end %> <% end %>
<br> <br>
<br> <br>
<h3>Weights</h3> <h3>Weight Class Seeds</h3>
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered">
<thead> <thead>
<tr> <tr>
@@ -93,7 +93,6 @@
<br> <br>
<% if user_signed_in? %> <% if user_signed_in? %>
<%= link_to "New #{@tournament.name} Mat" , "/mats/new?tournament=#{@tournament.id}" %> <%= link_to "New #{@tournament.name} Mat" , "/mats/new?tournament=#{@tournament.id}" %>
<% end %>
<br> <br>
<br> <br>
<table class="table table-striped table-bordered"> <table class="table table-striped table-bordered">
@@ -117,6 +116,7 @@
<% end %> <% end %>
</tbody> </tbody>
</table> </table>
<% end %>