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" %>