aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/templates
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@.mit.edu>2008-03-27 00:11:32 -0400
committerbryan newbold <bnewbold@.mit.edu>2008-03-27 00:11:32 -0400
commitfd8fc52ffa580c7bd612adb895daf293b1bed5ef (patch)
tree94b59542ad658c095a8328046f5b5216d946ed30 /bn_django/git_browse/templates
parent6e35169cabbe8ca5e361101ab4d8239272ef4c2a (diff)
downloadbnewnet-fd8fc52ffa580c7bd612adb895daf293b1bed5ef.tar.gz
bnewnet-fd8fc52ffa580c7bd612adb895daf293b1bed5ef.zip
last commit link was dead (503)
Diffstat (limited to 'bn_django/git_browse/templates')
-rw-r--r--bn_django/git_browse/templates/git_browse/repository_info.html2
1 files changed, 1 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 9be33ee..f529c84 100644
--- a/bn_django/git_browse/templates/git_browse/repository_info.html
+++ b/bn_django/git_browse/templates/git_browse/repository_info.html
@@ -2,7 +2,7 @@
{% block gitbrowse %}
{{ object.description }}
-<h3>Shortlog (<a href="/code/{{object.slug}}/log/">full log</a>) (<a href="/code/{{object.slug}}/commit/">last commit</a>)</h3>
+<h3>Shortlog (<a href="/code/{{object.slug}}/log/">full log</a>) (<a href="#"><strike>last commit</strike></a>)</h3>
{% include "git_browse/shortlog_table" %}
<h3>Heads (<a href="/code/{{object.slug}}/tree/">browse</a>)</h3>
{% include "git_browse/heads_table" %}