summaryrefslogtreecommitdiffstats
path: root/templates/packages/files.html
diff options
context:
space:
mode:
authorIsmael Carnales <icarnales@gmail.com>2009-10-31 19:32:48 +0100
committerIsmael Carnales <icarnales@gmail.com>2009-11-10 01:24:55 +0100
commit5ee5e5a4202310ee2210b5edbc26fb96f5f65ce8 (patch)
tree317e0d822b7c7dca5244c33fe5ef3f0108982578 /templates/packages/files.html
parentbdaf336931125a4ed030459c33fd75cfee27b0a6 (diff)
downloadarchweb-5ee5e5a4202310ee2210b5edbc26fb96f5f65ce8.tar.gz
archweb-5ee5e5a4202310ee2210b5edbc26fb96f5f65ce8.tar.xz
updated packages template files from code of pub
Diffstat (limited to 'templates/packages/files.html')
-rw-r--r--templates/packages/files.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/packages/files.html b/templates/packages/files.html
index 24f5581..145bcf2 100644
--- a/templates/packages/files.html
+++ b/templates/packages/files.html
@@ -1,11 +1,11 @@
{% extends "base.html" %}
-
+{% block title %}Pkg: {{ pkg.pkgname }} - Arch Linux Package File List{% endblock %}
{% block content %}
- <div class="box">
- <h3>Viewing Files: {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h3>
- {% for file in files %}
- {{ file.path }}<br />
- {% endfor %}
- </div>
+ <div class="box">
+ <h3>Viewing Files: {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h3>
+ {% for file in files %}
+ {{ file.path }}<br />
+ {% endfor %}
+ </div>
{% endblock %}