]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 652381: The "Show Votes" page is completely broken
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 24 Apr 2011 23:12:54 +0000 (01:12 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 24 Apr 2011 23:12:54 +0000 (01:12 +0200)
r=mkanat a=LpSolit

extensions/Voting/template/en/default/pages/voting/bug.html.tmpl

index 0aa7072b74096d28e6b900c504f223030e165669..4c69a45f6abd6df4ff23242451e86370eefc618a 100644 (file)
 
 [% 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 %]