aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/templates/git_browse/repository_info.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-18 18:47:15 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-18 18:47:15 -0800
commitde7fbaadb211650a73c68509f8b87cb93effdd2a (patch)
treea1ae85534c4716b10f94379148cb62115c5a1918 /bn_django/git_browse/templates/git_browse/repository_info.html
parent0c7c01d4ff1635cb7f04bed3d099b30b967f44bd (diff)
downloadbnewnet-de7fbaadb211650a73c68509f8b87cb93effdd2a.tar.gz
bnewnet-de7fbaadb211650a73c68509f8b87cb93effdd2a.zip
removed knowledge directory, filled in front page, continued git_browse
Diffstat (limited to 'bn_django/git_browse/templates/git_browse/repository_info.html')
-rw-r--r--bn_django/git_browse/templates/git_browse/repository_info.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/bn_django/git_browse/templates/git_browse/repository_info.html b/bn_django/git_browse/templates/git_browse/repository_info.html
index bec150c..72f30b1 100644
--- a/bn_django/git_browse/templates/git_browse/repository_info.html
+++ b/bn_django/git_browse/templates/git_browse/repository_info.html
@@ -1,8 +1,11 @@
{% extends "git_browse/base.html" %}
{% block gitbrowse %}
+{{ object.description }}
{% if shortlog %}
-<h3>Shortlog</h3>
+<h3>Shortlog (<a href="/code/{{object.slug}}/log/">full log</a>)</h3>
<pre>{{ shortlog }}</pre>
+<h3>Filelist (<a href="/code/{{object.slug}}/tree/">browse</a>)</h3>
+<pre>{{ filelist }}</pre>
{% endif %}
{% endblock %}