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
This commit is contained in:
mkanat%bugzilla.org 2011-04-24 23:18:44 +00:00
parent fe5b5f2d82
commit 19659c76b2
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
7782
7783

View File

@ -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 %]