~deadlight/+junk/ubuntu-videos

« back to all changes in this revision

Viewing changes to support/_nav_tertiary.html

  • Committer: Karl Williams
  • Date: 2014-05-02 14:25:48 UTC
  • mfrom: (1033.1.12 ubuntu-website-content)
  • Revision ID: karl.williams@canonical.com-20140502142548-6giwd2qrotgo6c1d
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% if level_2 == 'community' %}
2
 
        <ul class="third-level-nav">
3
 
                <li{% if level_3 == 'web-forums' %} class="active" {% endif %}><a href="/support/community/web-forums">Web forums</a></li>
4
 
                <li{% if level_3 == 'mailing-lists' %} class="active" {% endif %}><a href="/support/community/mailing-lists">Mailing lists</a></li>
5
 
                <li{% if level_3 == 'chat' %} class="active" {% endif %}><a href="/support/community/chat">Chat (IRC)</a></li>
6
 
                <li{% if level_3 == 'launchpad' %} class="active" {% endif %}><a href="/support/community/launchpad">Launchpad</a></li>
7
 
                <li{% if level_3 == 'local-language' %} class="active" {% endif %}><a href="/support/community/local-language">Local language support</a></li>
8
 
        </ul>
9
 
{% endif %}