diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-25 01:12:54 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-25 01:12:54 +0200 |
commit | f0129cf8687a0f926be28b615d51230d641f8982 (patch) | |
tree | 34f89a0a5296626c3f518bfcdfe8d1ee625c992c /extensions/Voting | |
parent | 99d1623cca1ce087317080a2f95d6afb5b4834ee (diff) | |
download | bugzilla-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')
-rw-r--r-- | extensions/Voting/template/en/default/pages/voting/bug.html.tmpl | 6 |
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 %] |