From d360b018309140fff7ad18e7f3f04bcde41ae755 Mon Sep 17 00:00:00 2001 From: jcwimer Date: Fri, 4 Dec 2015 23:35:00 +0000 Subject: [PATCH] Affix does not work on mobile --- app/views/layouts/_lsidebar.html.erb | 4 ++-- app/views/layouts/_rsidebar.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/_lsidebar.html.erb b/app/views/layouts/_lsidebar.html.erb index e03fe0f..90e8a23 100644 --- a/app/views/layouts/_lsidebar.html.erb +++ b/app/views/layouts/_lsidebar.html.erb @@ -3,9 +3,9 @@ <% if @tournament %> -
+
    -
    Tournament Links
    +

    Tournament Links

  • <%= link_to "Brackets" , "/tournaments/#{@tournament.id}/brackets" %>
  • <%= link_to "Upcoming Matches" , "/tournaments/#{@tournament.id}/up_matches" %>
  • <%= link_to "Team Scores" , "/tournaments/#{@tournament.id}/team_scores" %>
  • diff --git a/app/views/layouts/_rsidebar.html.erb b/app/views/layouts/_rsidebar.html.erb index af1ef11..e45b45b 100644 --- a/app/views/layouts/_rsidebar.html.erb +++ b/app/views/layouts/_rsidebar.html.erb @@ -1,5 +1,5 @@
     
    -