Commit b6436da1 authored by jouni%heikniemi.net's avatar jouni%heikniemi.net

Bug 152283: Show votes by bug -list has a logged out footer.

2xr=bbaetz
parent fd1d1d79
......@@ -38,15 +38,15 @@
<th>Number of votes</th>
</tr>
[% FOREACH user = users %]
[% FOREACH voter = users %]
<tr>
<td>
<a href="votes.cgi?action=show_user&amp;user=[% user.name FILTER url_quote %]">
[% user.name FILTER html %]
<a href="votes.cgi?action=show_user&amp;user=[% voter.name FILTER url_quote %]">
[% voter.name FILTER html %]
</a>
</td>
<td align="right">
[% user.count %]
[% voter.count %]
</td>
</tr>
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment