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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user