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 @@
|
||||
<li><%= link_to "Team Scores" , "/tournaments/#{@tournament.id}/team_scores" %></li>
|
||||
</ul>
|
||||
</div>
|
||||
<% if tournament_permissions(@tournament) %>
|
||||
<% if can? :manage, @tournament %>
|
||||
<br><br>
|
||||
<div class="" style="padding-right: 1%;">
|
||||
<h4>Tournament Director Links</h4>
|
||||
|
||||
Reference in New Issue
Block a user