summaryrefslogtreecommitdiffstats
path: root/templates/packages/files.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/files.html')
-rw-r--r--templates/packages/files.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/packages/files.html b/templates/packages/files.html
index ebdfb9c..5e0ceb0 100644
--- a/templates/packages/files.html
+++ b/templates/packages/files.html
@@ -6,9 +6,8 @@
<div id="pkgdetails" class="box">
<h2>Package File List: {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h2>
- <p><a href="{{ pkg.get_absolute_url }}">Back to Package</a></p>
-
<div id="metadata">
+ <p><a href="{{ pkg.get_absolute_url }}">Back to Package</a></p>
{% include "packages/files-list.html" %}
</div>