]> 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:14:31 +0000 (01:14 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 24 Apr 2011 23:14:31 +0000 (01:14 +0200)
r=mkanat a=LpSolit

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

index 03434a5053046be213891be84be450178f75b719..90c3c6ca339243a64a4054aca07c0306deff2ecd 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 %]