diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-02-20 19:53:26 -0800 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-02-20 19:53:26 -0800 |
commit | cce589d9b309679c8ea0a9bbed88e0093c1927f0 (patch) | |
tree | 853a3505741f036c0a7202bb9f144b4f31dddd03 /bn_django/git_browse/templates/git_browse/base.html | |
parent | 7adab6520975d9a8650a214ca519f2357707bd65 (diff) | |
download | bnewnet-cce589d9b309679c8ea0a9bbed88e0093c1927f0.tar.gz bnewnet-cce589d9b309679c8ea0a9bbed88e0093c1927f0.zip |
more git_browse files
Diffstat (limited to 'bn_django/git_browse/templates/git_browse/base.html')
-rw-r--r-- | bn_django/git_browse/templates/git_browse/base.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bn_django/git_browse/templates/git_browse/base.html b/bn_django/git_browse/templates/git_browse/base.html index d23ab55..1656ce0 100644 --- a/bn_django/git_browse/templates/git_browse/base.html +++ b/bn_django/git_browse/templates/git_browse/base.html @@ -10,8 +10,9 @@ {% block path %} {{ block.super }} +<a href="/code">code</a> {% if object %} - <a href="/code/{{ object.slug }}/">{{ object.name }}</a> + » <a href="/code/{{ object.slug }}/">{{ object.name }}</a> [<a href="/code/{{ object.slug }}/tree/">browse</a>, <a href="/code/{{ object.slug }}/log/">log</a>] {% endif %} |