diff options
Diffstat (limited to 'templates/packages/details.html')
-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> |