mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-16 04:56:58 +00:00
Fixed two things in views
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<h3>Upcoming Matches</h3>
|
<h3>Upcoming Matches</h3>
|
||||||
<br>
|
<br>
|
||||||
<table class="table table-striped table-bordered">
|
<table class="table table-striped table-bordered table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Mat</th>
|
<th>Mat</th>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<th>Record</th>
|
<th>Record</th>
|
||||||
<th>Seed Criteria</th>
|
<th>Seed Criteria</th>
|
||||||
<th>Extra?</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>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user