[extensions-web] base: Put "About" last in the navigation bar



commit 82436afe51bf3d0306cd47eb3653c09accc1389e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Dec 1 16:56:23 2011 -0500

    base: Put "About" last in the navigation bar

 sweettooth/templates/base.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index f64f23f..1586394 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -52,10 +52,10 @@ window._SW = function() {
         <h1><a href="/"><img src="/static/images/foot.png" alt="GNOME" />Shell Extensions</a><span class="alpha-banner">Alpha!</span></h1>
         
         <ul id="globalnav" class="{% block navclass %}{% endblock %}">
-          <li class="about"><a href="{% url extensions-about %}">About</a></li>
           <li class="main"><a href="{% url extensions-index %}">Extensions</a></li>
           <li class="upload"><a href="{% url extensions-upload-file %}">Add yours</a></li>
           <li class="local"><a href="{% url extensions-local %}">Installed extensions</a></li>
+          <li class="about"><a href="{% url extensions-about %}">About</a></li>
         </ul>
         
         <!-- <div class="right"> -->



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]