summaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/templates/git_browse/repository_list.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_list.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_list.html')
-rw-r--r--bn_django/git_browse/templates/git_browse/repository_list.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/bn_django/git_browse/templates/git_browse/repository_list.html b/bn_django/git_browse/templates/git_browse/repository_list.html
index a089fec..106c0e8 100644
--- a/bn_django/git_browse/templates/git_browse/repository_list.html
+++ b/bn_django/git_browse/templates/git_browse/repository_list.html
@@ -5,11 +5,14 @@
{% block title %}Code Repositories{% endblock %}
{% block content %}
+<div class="notice">
+Until this is better developed I would recommend trying <a href="http://git.bryannewbold.com/">gitweb</a>.
+</div>
{% if object_list %}
{% for item in object_list %}
<div class="righty"><br />
- <a href="{{ item.slug }}/tree/">tree</a> -
- <a href="{{ item.slug }}/changelog/">changelog</a>
+ <a href="{{ item.slug }}/tree/">browse</a> -
+ <a href="{{ item.slug }}/log/">changelog</a>
</div>
<h3><a href="{{ item.slug }}/">{{ item.name }}</a> (aka {{ item.slug }})</h3>
{{ item.description }}