From f0129cf8687a0f926be28b615d51230d641f8982 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 25 Apr 2011 01:12:54 +0200 Subject: Bug 652381: The "Show Votes" page is completely broken r=mkanat a=LpSolit --- extensions/Voting/template/en/default/pages/voting/bug.html.tmpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'extensions/Voting/template/en/default/pages') 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 %] -- cgit v1.2.3-24-g4f1b