summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/votes/list-for-bug.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/votes/list-for-bug.html.tmpl')
-rw-r--r--template/en/default/bug/votes/list-for-bug.html.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/bug/votes/list-for-bug.html.tmpl b/template/en/default/bug/votes/list-for-bug.html.tmpl
index 32a786aa8..b4d1ed586 100644
--- a/template/en/default/bug/votes/list-for-bug.html.tmpl
+++ b/template/en/default/bug/votes/list-for-bug.html.tmpl
@@ -24,14 +24,16 @@
# users: list of hashes. May be empty. Each hash has two members:
# name: string. The login name of the user whose vote is attached
# count: integer. The number of times that user has votes for this bug.
- # total: integer. The total number of votes for this bug.
+ # total: integer. The total number of votes for this bug.
#%]
-
+
+[% PROCESS global/variables.none.tmpl %]
+
[% PROCESS global/header.html.tmpl
title = "Show Votes"
- h2 = "Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
+ h2 = "$terms.Bug <a href=\"show_bug.cgi?id=$bug_id\">$bug_id</a>"
%]
-
+
<table cellspacing="4">
<tr>
<th>Who</th>