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 @@ ...@@ -38,15 +38,15 @@
<th>Number of votes</th> <th>Number of votes</th>
</tr> </tr>
[% FOREACH user = users %] [% FOREACH voter = users %]
<tr> <tr>
<td> <td>
<a href="votes.cgi?action=show_user&amp;user=[% user.name FILTER url_quote %]"> <a href="votes.cgi?action=show_user&amp;user=[% voter.name FILTER url_quote %]">
[% user.name FILTER html %] [% voter.name FILTER html %]
</a> </a>
</td> </td>
<td align="right"> <td align="right">
[% user.count %] [% voter.count %]
</td> </td>
</tr> </tr>
[% END %] [% 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