From c493e9d4c84c4223ee6cc0796acd5c0dda1da643 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Fri, 4 Dec 2015 20:03:49 +0000 Subject: [PATCH] Fixed left sidebar removing results link --- app/views/layouts/_lsidebar.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/layouts/_lsidebar.html.erb b/app/views/layouts/_lsidebar.html.erb index ea27ae6..e03fe0f 100644 --- a/app/views/layouts/_lsidebar.html.erb +++ b/app/views/layouts/_lsidebar.html.erb @@ -8,7 +8,6 @@
Tournament Links
  • <%= link_to "Brackets" , "/tournaments/#{@tournament.id}/brackets" %>
  • <%= link_to "Upcoming Matches" , "/tournaments/#{@tournament.id}/up_matches" %>
  • -
  • <%= link_to "Results" , "/tournaments/#{@tournament.id}/results" %>
  • <%= link_to "Team Scores" , "/tournaments/#{@tournament.id}/team_scores" %>