diff options
author | Dan McGee <dan@archlinux.org> | 2010-01-31 17:28:50 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-01-31 17:28:50 -0600 |
commit | a32eb2dce6e19445492528f0b93bf3850389c41a (patch) | |
tree | 30fb1dc5b64bbcc0f2fb11fd92396bc5977ed24c /templates/packages | |
parent | be3591d95748c4477c3f7b8334e4a690ad111d8a (diff) |
Provide SVN links to trunk/ for each package
This is, at least for me, more useful than the link to a specific
build of a package. We provide both so no one should lose here.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/details.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html index ca0bf498..2e8d1c2d 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -6,7 +6,8 @@ <h2 class="title">{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h2> <div style="float:right" class="listing"> <ul class="small"> - <li><a href="{{ pkg.get_svn_link }}">View SVN Entries</a></li> + <li><a href="{{ pkg.get_arch_svn_link }}">SVN Entries ({{pkg.repo|lower}}-{{pkg.arch}})</a></li> + <li><a href="{{ pkg.get_trunk_svn_link }}">SVN Entries (trunk)</a></li> <li><a href="{{ pkg.get_bugs_link }}">Bug Reports</a></li> <!-- <li><a href="/packages/files/{{ pkg.id }}/">View File List</a></li> --> <li> |