diff options
author | eliott <eliott@cactuswax.net> | 2008-04-28 17:59:15 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-04-28 17:59:15 -0700 |
commit | 7e62d7f4ba9def136962e0d1cae57b2d49b19b54 (patch) | |
tree | b1bac76b409a20a0bc166209fd958b3f7948eb23 | |
parent | 7ab742207f7306d89564b9162c5143197b85395e (diff) |
Added back links to viewvc data.
-rw-r--r-- | templates/packages/details.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 4a1f1e4a..66315583 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -7,6 +7,7 @@ <h2 class="title">{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h2> <div style="float:right" class="listing"> <ul class="small"> + <li><a href="http://repos.archlinux.org/viewvc.cgi/{{ pkg.pkgname }}/repos/{{ pkg.repo.name|lower }}-{{ pkg.arch.name|lower }}/">View SVN Entries</a></li> <!-- <li><a href="/packages/files/{{ pkg.id }}/">View File List</a></li> --> <li> {% if pkg.needupdate %} |