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.tmpl8
1 files changed, 8 insertions, 0 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 b58ba6ff4..cb68a2a47 100644
--- a/template/en/default/bug/votes/list-for-bug.html.tmpl
+++ b/template/en/default/bug/votes/list-for-bug.html.tmpl
@@ -19,6 +19,14 @@
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
+[%# INTERFACE:
+ # bug_id: integer. ID of the bug we are listing the votes for.
+ # 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.
+ #%]
+
[% PROCESS global/header.html.tmpl
title = "Show Votes"
h2 = "Bug <a href='show_bug.cgi?id=$bug_id'>$bug_id</a>"