summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2008-02-26 18:36:20 -0800
committereliott <eliott@cactuswax.net>2008-02-26 18:36:20 -0800
commit7e2d0f2f0cd8f176cf82c02d704ad4fe25a07b3b (patch)
tree5800fc3acf99692038bf9b3aad4465daaf9783d7 /templates
parent2b1ee7cf61f84c5e0eb2611d4e51e3de8099914c (diff)
downloadarchweb-7e2d0f2f0cd8f176cf82c02d704ad4fe25a07b3b.tar.gz
archweb-7e2d0f2f0cd8f176cf82c02d704ad4fe25a07b3b.zip
Fix for testing cvs linksrelease_2008022601
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/details.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index b1ba3433..a0e78210 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -6,7 +6,11 @@
<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 }}&amp;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 }}&amp;only_with_tag=CURRENT">View CVS Entries</a></li>
+ {% endif %}
<li><a href="/packages/files/{{ pkg.id }}/">View File List</a></li>
<li>
{% if pkg.needupdate %}