1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-02 20:26:58 +00:00

Affix does not work on mobile

This commit is contained in:
2015-12-04 23:35:00 +00:00
parent c493e9d4c8
commit d360b01830
2 changed files with 3 additions and 3 deletions

View File

@@ -3,9 +3,9 @@
<!-- sidebar -->
<% if @tournament %>
<div class="affix" style="border-right:1px solid #000; padding-right: 1%;">
<div class="" style="padding-right: 1%;">
<ul class="">
<h5>Tournament Links</h5>
<h4>Tournament Links</h4>
<li><%= link_to "Brackets" , "/tournaments/#{@tournament.id}/brackets" %></li>
<li><%= link_to "Upcoming Matches" , "/tournaments/#{@tournament.id}/up_matches" %></li>
<li><%= link_to "Team Scores" , "/tournaments/#{@tournament.id}/team_scores" %></li>