diff options
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 %} |