summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/votes/list-for-user.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/votes/list-for-user.html.tmpl')
-rw-r--r--template/en/default/bug/votes/list-for-user.html.tmpl10
1 files changed, 6 insertions, 4 deletions
diff --git a/template/en/default/bug/votes/list-for-user.html.tmpl b/template/en/default/bug/votes/list-for-user.html.tmpl
index 27551f19d..9bb3a1dd6 100644
--- a/template/en/default/bug/votes/list-for-user.html.tmpl
+++ b/template/en/default/bug/votes/list-for-user.html.tmpl
@@ -21,10 +21,12 @@
[% PROCESS global/variables.none.tmpl %]
-[% h2 = voting_user.login FILTER html %]
-[% PROCESS global/header.html.tmpl
- title = "Show Votes"
- %]
+[% IF !header_done %]
+ [% h2 = voting_user.login FILTER html %]
+ [% PROCESS global/header.html.tmpl title = "Show Votes" %]
+[% ELSE %]
+ <hr>
+[% END %]
[% canedit = 1 IF voting_user.login == user.login %]