summaryrefslogtreecommitdiff
path: root/templates/packages/files.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-10-21 10:55:44 -0500
committerDan McGee <dan@archlinux.org>2010-10-21 10:55:44 -0500
commit1a4db3c7b9caed1653a14a3096f4c12e56dc54f8 (patch)
tree71ddec887dd4f8fc74efaa57b46754ba7693e168 /templates/packages/files.html
parent4061ea44dd06f217eda6c4c5ad8a2b7f31563fdb (diff)
Show a message when filelist is out of date
This addresses FS#21394 and ensures that the website is less misleading when a package gets new files but they are not yet reflected in the shown list. Signed-off-by: Dan McGee <dan@archlinux.org>
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 ebdfb9cf..5e0ceb07 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>