From c2c9c271553775e9481e8a8f70ddc25bc3273eac Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 21 Feb 2007 00:17:17 -0800 Subject: misc forgot to -a --- bn_django/git_browse/templates/git_browse/full_log.html | 4 +++- bn_django/git_browse/templates/git_browse/tree.html | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'bn_django/git_browse/templates') diff --git a/bn_django/git_browse/templates/git_browse/full_log.html b/bn_django/git_browse/templates/git_browse/full_log.html index 75ea2ab..d2a1311 100644 --- a/bn_django/git_browse/templates/git_browse/full_log.html +++ b/bn_django/git_browse/templates/git_browse/full_log.html @@ -5,7 +5,9 @@

Full Log


{% for item in log_objs %}
- Hash: {{ item.hash }} + Hash: + + {{ item.hash }}
Author: {{ item.author }}
Date: {{ item.date }}
Comment: 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 @@

Tree sha1 hash:

{{ hash }} +

Shortlog:

+ {% include "git_browse/shortlog_table" %}

Directory listing:

{% include "git_browse/tree_table" %} {% endblock %} -- cgit v1.2.3