summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-25 01:15:46 +0200
committerSean Finney <seanius@debian.org>2008-06-25 01:15:46 +0200
commit8068846d7058be7742850e770808f33ff1f439a8 (patch)
treea63c6a6628f458917e5d0edb7726d615f0ad9a3f /templates
parent54a7884a275b7dcf10873651f5b28886db87dd72 (diff)
downloadpatch-tracker-8068846d7058be7742850e770808f33ff1f439a8.tar.gz
fix broken downloads from patch view page
Diffstat (limited to 'templates')
-rw-r--r--templates/patch_view.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/patch_view.tmpl b/templates/patch_view.tmpl
index 380bde5..f4d68e8 100644
--- a/templates/patch_view.tmpl
+++ b/templates/patch_view.tmpl
@@ -5,10 +5,10 @@
#from pygments.formatters import HtmlFormatter
#from cgi import escape
#def title
-Patch information for $package / $version / $name
+Patch information for $package ($version) $name
#end def
#def body
- <h1>$package / $version / $name</h1>
+ <h1>$package ($version) $name</h1>
<h2>Summary</h2>
<div>
<pre><code class="diffstat">
@@ -16,7 +16,7 @@ $escape($str($patch.diffstat))
</code></pre>
</div>
<div>
- <a href="$conf.archive_root_url/patch/series/dl/$package/$version/$name">
+ <a href="$conf.root_url/patch/$patchtype/dl/$package/$version/$name">
download this patch
</a>
</div>