summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/pages
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-04-25 01:12:54 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-04-25 01:12:54 +0200
commitf0129cf8687a0f926be28b615d51230d641f8982 (patch)
tree34f89a0a5296626c3f518bfcdfe8d1ee625c992c /extensions/Voting/template/en/default/pages
parent99d1623cca1ce087317080a2f95d6afb5b4834ee (diff)
downloadbugzilla-f0129cf8687a0f926be28b615d51230d641f8982.tar.gz
bugzilla-f0129cf8687a0f926be28b615d51230d641f8982.tar.xz
Bug 652381: The "Show Votes" page is completely broken
r=mkanat a=LpSolit
Diffstat (limited to 'extensions/Voting/template/en/default/pages')
-rw-r--r--extensions/Voting/template/en/default/pages/voting/bug.html.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
index 0aa7072b7..4c69a45f6 100644
--- a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
+++ b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
@@ -28,9 +28,13 @@
[% PROCESS global/variables.none.tmpl %]
+[% subheader = BLOCK %]
+ [% "$terms.Bug $bug.id" FILTER bug_link(bug) FILTER none %] - [% bug.short_desc FILTER html %]
+[% END %]
+
[% PROCESS global/header.html.tmpl
title = "Show Votes"
- subheader = "$terms.Bug $bug.id" FILTER bug_link(bug)
+ subheader = subheader
%]
[% total = 0 %]