summaryrefslogtreecommitdiffstats
path: root/templates/packages/files-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/packages/files-list.html')
-rw-r--r--templates/packages/files-list.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/packages/files-list.html b/templates/packages/files-list.html
index c45e0f1..1c9ea63 100644
--- a/templates/packages/files-list.html
+++ b/templates/packages/files-list.html
@@ -1,3 +1,7 @@
+{% if pkg.last_update > pkg.files_last_update %}
+<p class="message">Note: This file list was generated from a previous version
+of the package; it may be out of date.</p>
+{% endif %}
{% if files.count %}
<ul>
{% for file in files %}
@@ -5,5 +9,5 @@
{% endfor %}
</ul>
{% else %}
-<p>No file list available.</p>
+<p class="message">No file list available.</p>
{% endif %}