Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Bug 1115112 - Only 3 Buttons/Tabs displayed for a squeezed/mobile ver…
Browse files Browse the repository at this point in the history
…sion of the portal
  • Loading branch information
karanagarwal17 committed Aug 4, 2016
1 parent 4b64c2d commit e5e676c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion remo/base/templates/base_fd4.jinja
Expand Up @@ -214,9 +214,29 @@
<a href="{{ url('profiles_list_profiles') }}"
class="main {{ active(request, '^/people/') }}">People</a>
</li>
<li class="last">
<li>
<a href="{{ url('events_list_events') }}" class="main">Events</a>
</li>
<li>
<a href="https://blog.mozilla.org/mozillareps"
class="main">Blog</a>
</li>
<li>
<a href="http://planet.mozillareps.org"
class="main">Planet</a>
</li>
<li>
<a href="https://wiki.mozilla.org/ReMo"
class="main">Wiki</a>
</li>
<li>
<a href="{{ url('labs') }}"
class="main {{ active(request, '^/labs/$') }}">Labs</a>
</li>
<li class="last">
<a href="{{ url('faq') }}"
class="main {{ active(request, '^/faq/$') }}">FAQ</a>
</li>
</ul>
</nav>
</div>
Expand Down

0 comments on commit e5e676c

Please sign in to comment.