summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-02-12 05:18:02 +0100
committerDan McGee <dan@archlinux.org>2010-02-27 20:36:58 +0100
commite119c75838a0c91fd63c9b2aa2bb3940cd6eaee5 (patch)
tree9513a2ba8ceb2a06922133d6a698d93ee4e78b25 /templates
parent08f67821d1c2002711f519b2f7a09c7a8b5c8c2e (diff)
downloadarchweb-e119c75838a0c91fd63c9b2aa2bb3940cd6eaee5.tar.gz
archweb-e119c75838a0c91fd63c9b2aa2bb3940cd6eaee5.tar.xz
Re-add link to package files
Put the link that has been commented back on the page, and point it at the new URL for package files. Also fix the page title to be more in line with all the other pages on the site. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/details.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 5c3c949..f696231 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -1,6 +1,5 @@
{% extends "base.html" %}
-{% load package_extras %}
-{% block title %}Pkg: {{ pkg.pkgname }} - Arch Linux Package Details{% endblock %}
+{% block title %}Arch Linux - Package Details - {{ pkg.pkgname }}{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}</h2>
@@ -9,7 +8,7 @@
<li><a href="{{ pkg.get_arch_svn_link }}">SVN Entries ({{pkg.repo|lower}}-{{pkg.arch}})</a></li>
<li><a href="{{ pkg.get_trunk_svn_link }}">SVN Entries (trunk)</a></li>
<li><a href="{{ pkg.get_bugs_link }}">Bug Reports</a></li>
- <!-- <li><a href="/packages/files/{{ pkg.id }}/">View File List</a></li> -->
+ <li><a href="files/">View File List</a></li>
<li>
{% if pkg.needupdate %}
<span style="font-size:x-small"><em>This package has been flagged out-of-date</em></span>