From 19659c76b2aa919f5596940d033dbaf7fed19e2e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Sun, 24 Apr 2011 23:18:44 +0000 Subject: [PATCH] Bug 652381: The "Show Votes" page is completely broken r=mkanat a=LpSolit git-svn-id: svn://10.0.0.236/trunk@262223 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../Voting/template/en/default/pages/voting/bug.html.tmpl | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index aa7508a1fe3..1a4d0a17b16 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7782 \ No newline at end of file +7783 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl b/mozilla/webtools/bugzilla/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl index 0aa7072b740..4c69a45f6ab 100644 --- a/mozilla/webtools/bugzilla/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl +++ b/mozilla/webtools/bugzilla/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 %]