]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 152283: Show votes by bug -list has a logged out footer.
authorjouni%heikniemi.net <>
Sat, 22 Jun 2002 17:35:09 +0000 (17:35 +0000)
committerjouni%heikniemi.net <>
Sat, 22 Jun 2002 17:35:09 +0000 (17:35 +0000)
2xr=bbaetz

template/en/default/bug/votes/list-for-bug.html.tmpl

index 4da030e8fd98f1c9c2d06fcb56d1d8e10a88c19e..32a786aa881595079445a29b30bdda4d58d82901 100644 (file)
     <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 %]