From 838ab738bdf0a7beefdfbac75b587022e7ef2070 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Thu, 7 Jan 2016 20:20:18 +0000 Subject: [PATCH] Navigation for delegations --- app/views/layouts/_lsidebar.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/layouts/_lsidebar.html.erb b/app/views/layouts/_lsidebar.html.erb index 2aa0c9f..ff69005 100644 --- a/app/views/layouts/_lsidebar.html.erb +++ b/app/views/layouts/_lsidebar.html.erb @@ -21,6 +21,8 @@
<%= 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" %> +
<%= link_to "School Delegation" , "/tournaments/#{@tournament.id}/school_delegate"%>

Time Savers

<%= link_to "Create High School Weights" , "/tournaments/#{@tournament.id}/create_custom_weights?customValue=hs",data: { confirm: 'Are you sure? This will delete all current weights.' } %>