aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2010-08-06 18:53:21 +0300
committerPriit Laes <plaes@plaes.org>2010-08-06 18:53:21 +0300
commite6d1181dedab7d81ba22f813c9fbc6af339f5c64 (patch)
treeaca81539ea0bd0771d3a3efdac92de0e8c3370c6
parentAded load_js macro to templates for loading js scripts from static (diff)
downloadgsoc2010-grumpy-e6d1181dedab7d81ba22f813c9fbc6af339f5c64.tar.gz
gsoc2010-grumpy-e6d1181dedab7d81ba22f813c9fbc6af339f5c64.tar.bz2
gsoc2010-grumpy-e6d1181dedab7d81ba22f813c9fbc6af339f5c64.zip
Improve navigation: add "Browse Portage" to menu
-rw-r--r--grumpy/templates/layout.html1
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>