diff --git a/app/views/layouts/_lsidebar.html.erb b/app/views/layouts/_lsidebar.html.erb index ff69005..48df452 100644 --- a/app/views/layouts/_lsidebar.html.erb +++ b/app/views/layouts/_lsidebar.html.erb @@ -21,7 +21,9 @@
<%= link_to "Weigh In Page" , "/tournaments/#{@tournament.id}/weigh_in" %>
<%= link_to "All Matches" , "/tournaments/#{@tournament.id}/matches" %>
<%= link_to "Full Screen Bout Board" , "/tournaments/#{@tournament.id}/up_matches?print=true" %> -
<%= link_to "Tournament Delegation" , "/tournaments/#{@tournament.id}/delegate" %> + <% if can? :destroy, @tournament %> +
<%= link_to "Tournament Delegation" , "/tournaments/#{@tournament.id}/delegate" %> + <% end %>
<%= link_to "School Delegation" , "/tournaments/#{@tournament.id}/school_delegate"%>

Time Savers