From 5ee5e5a4202310ee2210b5edbc26fb96f5f65ce8 Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Sat, 31 Oct 2009 16:32:48 -0200 Subject: updated packages template files from code of pub --- templates/packages/files.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/packages/files.html') 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 %} -
-

Viewing Files: {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}

- {% for file in files %} - {{ file.path }}
- {% endfor %} -
+
+

Viewing Files: {{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}

+ {% for file in files %} + {{ file.path }}
+ {% endfor %} +
{% endblock %} -- cgit v1.2.3-24-g4f1b