summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-28 15:11:39 +0200
committerSean Finney <seanius@debian.org>2008-06-28 15:11:39 +0200
commit079ca7a046442ce189db1ffd98a6f602f9728413 (patch)
tree0795ec827e817da782082dac11e2a405158865b8 /templates
parent74fc254a08433f5d61fcc085ef95099d5dadaac9 (diff)
downloadpatch-tracker-079ca7a046442ce189db1ffd98a6f602f9728413.tar.gz
have a "slightly" more efficient frontpage query
Diffstat (limited to 'templates')
-rw-r--r--templates/frontpage.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/frontpage.tmpl b/templates/frontpage.tmpl
index 17ddbd9..37a4794 100644
--- a/templates/frontpage.tmpl
+++ b/templates/frontpage.tmpl
@@ -12,7 +12,7 @@ Debian Project patch tracking system
</p>
<h2>Quick access</h2>
<h3>Browse patches by package name</h3>
-#set $links = [ "<a href=\"index/"+k+"\">"+k+"</a>" for k in $allindex.indices ]
+#set $links = [ "<a href=\"index/"+k+"\">"+k+"</a>" for k in $indices ]
#set $out = " - ".join($links)
<div class="quicklinks">
$out