]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Reorder header menu.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 May 2014 14:57:55 +0000 (16:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 May 2014 14:57:55 +0000 (16:57 +0200)
templates/modules/menu.html

index a95e725337da8f6ec3b513950e739dc006a42c3f..233a6ec4bffebd3a0811bb0abb85fcba55d9b551 100644 (file)
@@ -1,10 +1,10 @@
 <ul class="navbar-nav nav">
        {% if hostname in ("www.ipfire.org:8001", "www.ipfire.org", "dev.ipfire.org") %}
                <li>
-                       <a href="/download">{{ _("Download") }}</a>
+                       <a href="/about">{{ _("About IPFire") }}</a>
                </li>
                <li>
-                       <a href="/about">{{ _("About IPFire") }}</a>
+                       <a href="/download">{{ _("Download") }}</a>
                </li>
                <li>
                        <a href="/getinvolved">{{ _("Get Involved") }}</a>