diff options
author | Dusty Phillips <buchuki@gmail.com> | 2009-09-11 18:48:52 -0600 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2009-09-11 18:48:52 -0600 |
commit | e3ea5232732f442f75a372714b64e1c119c1be7c (patch) | |
tree | 168cc6022ad9a9894d856dffa070f02f00bc00b6 /templates | |
parent | 499bb4aca784874db84aa8ddc7e21627249cdb26 (diff) |
Fix community links.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index 3a69bf2e..71218ead 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -7,7 +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="http://repos.archlinux.org/viewvc.cgi/{{ pkg.pkgname }}/repos/{{ pkg.repo.name|lower }}-{{ pkg.arch.name|lower }}/{{ rootopt }}">View SVN Entries</a></li> <!-- <li><a href="/packages/files/{{ pkg.id }}/">View File List</a></li> --> {% if pkg.needupdate %} <li> |