mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added logic to delegate tournament access
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</script>
|
||||
</br>
|
||||
</br>
|
||||
<table class="table table-striped table-bordered" id="matchesList">
|
||||
<table class="table table-striped table-bordered table-condensed" id="matchesList">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Bout number</th>
|
||||
@@ -28,8 +28,8 @@
|
||||
<td><%= match.bout_number %></td>
|
||||
<td><%= match.w1_name %> vs <%= match.w2_name %></td>
|
||||
<td><%= match.finished %></td>
|
||||
<td><%= link_to 'Show', match, :class=>"btn btn-default" %>
|
||||
<%= link_to 'Edit', edit_match_path(match), :class=>"btn btn-primary" %>
|
||||
<td><%= link_to 'Show', match, :class=>"btn btn-default btn-sm" %>
|
||||
<%= link_to 'Edit', edit_match_path(match), :class=>"btn btn-primary btn-sm" %>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user