summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-03-11 19:56:49 -0600
committerDan McGee <dan@archlinux.org>2010-03-11 19:56:49 -0600
commit234bec4bba123a10eec5f0f8175d9a4318133709 (patch)
treef8f5edfc2e21d955b07c7197200a75d20ad98207
parent21fe1460d4a9d9fca913b3bae50f051a78796ffb (diff)
downloadarchweb-234bec4bba123a10eec5f0f8175d9a4318133709.tar.gz
archweb-234bec4bba123a10eec5f0f8175d9a4318133709.zip
Add link from files back to package
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/packages/files.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/packages/files.html b/templates/packages/files.html
index 2fff5ff1..e8a8facf 100644
--- a/templates/packages/files.html
+++ b/templates/packages/files.html
@@ -3,6 +3,9 @@
{% block content %}
<div class="box">
<h2 class="title">{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h2>
+ <p style="padding: 10px 20px;">
+ <a href="{{ pkg.get_absolute_url }}">Back to Package</a>
+ </p>
{% include "packages/files-list.html" %}
</div>
{% endblock %}