aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/templates/git_browse/tree.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-21 00:17:17 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-21 00:17:17 -0800
commitc2c9c271553775e9481e8a8f70ddc25bc3273eac (patch)
treeccfc306d20a3a00da1d4646d0340f3a86c879576 /bn_django/git_browse/templates/git_browse/tree.html
parent90f58b36ecc39a1e2108bbdf65da3f184bc57247 (diff)
downloadbnewnet-c2c9c271553775e9481e8a8f70ddc25bc3273eac.tar.gz
bnewnet-c2c9c271553775e9481e8a8f70ddc25bc3273eac.zip
misc forgot to -a
Diffstat (limited to 'bn_django/git_browse/templates/git_browse/tree.html')
-rw-r--r--bn_django/git_browse/templates/git_browse/tree.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/bn_django/git_browse/templates/git_browse/tree.html b/bn_django/git_browse/templates/git_browse/tree.html
index 79a8f39..b177af8 100644
--- a/bn_django/git_browse/templates/git_browse/tree.html
+++ b/bn_django/git_browse/templates/git_browse/tree.html
@@ -4,6 +4,8 @@
<h3>Tree sha1 hash:</h3>
<span class="hash">{{ hash }}</span>
+ <h3>Shortlog:</h3>
+ {% include "git_browse/shortlog_table" %}
<h3>Directory listing:</h3>
{% include "git_browse/tree_table" %}
{% endblock %}