aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki/templates/git_wiki/tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_wiki/templates/git_wiki/tree.html')
-rw-r--r--bn_django/git_wiki/templates/git_wiki/tree.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/bn_django/git_wiki/templates/git_wiki/tree.html b/bn_django/git_wiki/templates/git_wiki/tree.html
deleted file mode 100644
index 08f6e35..0000000
--- a/bn_django/git_wiki/templates/git_wiki/tree.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "git_wiki/base.html" %}
-
-{% block path %}{{ block.super }} &raquo; <a href="/k/{{ tree.path }}/">
- {{ tree.path }}</a>{% endblock %}
-
-{% block title %}Knowledge Category: {{ tree.path }}{% endblock %}
-
-{% block gitwiki %}
- <h3>Directory listing:</h3>
- {% include "git_wiki/tree_table" %}
- <h3>Tree sha1 hash:</h3>
- <span class="hash">{{ tree.id }}</span>
- <h3>Shortlog:</h3>
- {% include "git_wiki/shortlog_table" %}
-{% endblock %}