1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Fixed two things in views

This commit is contained in:
2016-01-06 18:48:01 +00:00
parent f46029efaf
commit 6a5e0817d6
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<br>
<h3>Upcoming Matches</h3>
<br>
<table class="table table-striped table-bordered">
<table class="table table-striped table-bordered table-condensed">
<thead>
<tr>
<th>Mat</th>

View File

@@ -20,7 +20,7 @@
<th>Record</th>
<th>Seed Criteria</th>
<th>Extra?</th>
<% if can? :manage, @tournament %> %><th>Actions for wrestler</th><% end %>
<% if can? :manage, @tournament %><th>Actions for wrestler</th><% end %>
</tr>
</thead>
<tbody>