From 617864eba858f8affcacb00343f40a162b6a36e0 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Thu, 31 Dec 2015 00:23:42 +0000 Subject: [PATCH] Removed buttons on left sidebar --- app/views/layouts/_lsidebar.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/_lsidebar.html.erb b/app/views/layouts/_lsidebar.html.erb index 5af1a02..2e80917 100644 --- a/app/views/layouts/_lsidebar.html.erb +++ b/app/views/layouts/_lsidebar.html.erb @@ -18,13 +18,13 @@

Tournament Director Links


Pages
-
<%= link_to "Weigh In Page" , "/tournaments/#{@tournament.id}/weigh_in", class: "btn btn-primary btn-sm" %> +
<%= link_to "Weigh In Page" , "/tournaments/#{@tournament.id}/weigh_in" %>

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.' }, class: "btn btn-success btn-sm" %> +
<%= 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.' } %>

Tournament Actions
-
<%= link_to "Generate Brackets" , "/tournaments/#{@tournament.id}/generate_matches", data: { confirm: 'Are you sure? This will delete all current matches.' }, class: "btn btn-success btn-sm" %> +
<%= link_to "Generate Brackets" , "/tournaments/#{@tournament.id}/generate_matches", data: { confirm: 'Are you sure? This will delete all current matches.' } %> <% end %>