[extensions-web: 44/75] Fix global navigation a bit.



commit f5dd12ab1f1d4a99130854e18409ea80ded83a26
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Sep 20 15:44:10 2011 -0400

    Fix global navigation a bit.

 sweettooth/templates/base.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index 3902597..b452def 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -52,9 +52,9 @@ window._SW = function() {
         <h1><a href="/"><img src="{{ STATIC_URL }}images/foot.png" alt="GNOME" /> Shell Extensions</a></h1>
         
         <ul id="globalnav">
-          <li><a href="{% url extensions-index %} ">Extensions</a></li>
+          <li><a href="{% url extensions-index %}">Extensions</a></li>
           <li><a href="{% url extensions-upload-file %}">Add extension</a></li>
-          <li><a href="{% url extensions-local %}">Installed Extensions</a></li>
+          <li><a href="{% url extensions-local %}">Installed extensions</a></li>
         </ul>
         
         <div class="right">



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