diff options
author | Priit Laes <plaes@plaes.org> | 2010-08-06 18:53:21 +0300 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2010-08-06 18:53:21 +0300 |
commit | e6d1181dedab7d81ba22f813c9fbc6af339f5c64 (patch) | |
tree | aca81539ea0bd0771d3a3efdac92de0e8c3370c6 /grumpy | |
parent | Aded load_js macro to templates for loading js scripts from static (diff) | |
download | gsoc2010-grumpy-e6d1181dedab7d81ba22f813c9fbc6af339f5c64.tar.gz gsoc2010-grumpy-e6d1181dedab7d81ba22f813c9fbc6af339f5c64.tar.bz2 gsoc2010-grumpy-e6d1181dedab7d81ba22f813c9fbc6af339f5c64.zip |
Improve navigation: add "Browse Portage" to menu
Diffstat (limited to 'grumpy')
-rw-r--r-- | grumpy/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grumpy/templates/layout.html b/grumpy/templates/layout.html index 60f0754..2395577 100644 --- a/grumpy/templates/layout.html +++ b/grumpy/templates/layout.html @@ -12,6 +12,7 @@ {% if not g.user %} <li><a href="{{ url_for('login') }}">Login</a></li> {% endif %} + <li><a href="{{ url_for('index') }}">Browse Portage</a></li> </ul> </div> <div class=page> |