diff options
author | eliott <eliott@cactuswax.net> | 2008-04-25 13:49:11 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-04-25 13:49:11 -0700 |
commit | 360e876fdef546448fedc5dfcb9b63c1cb3d25dc (patch) | |
tree | 01b178eb2514f694a66c33d8fffc4a0539690672 | |
parent | 15a2e4e1122c012d1de065477a4cf7b9b2c410a4 (diff) |
change to pkg details for cvs -> svn links
-rw-r--r-- | templates/packages/details.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index a0e78210..8daae748 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -6,11 +6,7 @@ <h2 class="title">{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h2> <div style="float:right" class="listing"> <ul class="small"> - {% if origin_repo %} - <li><a href="http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/{{ pkg.category.category }}/{{ pkg.pkgname }}/?cvsroot={{ origin_repo }}&only_with_tag=TESTING">View CVS Entries</a></li> - {% else %} - <li><a href="http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/{{ pkg.category.category }}/{{ pkg.pkgname }}/?cvsroot={{ pkg.repo.name }}&only_with_tag=CURRENT">View CVS Entries</a></li> - {% endif %} + <li><a href="http://svn.archlinux.org/viewvc.cgi/{{ pkg.pkgname }}/repos/">View SVN Entries</a></li> <li><a href="/packages/files/{{ pkg.id }}/">View File List</a></li> <li> {% if pkg.needupdate %} |