Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
b6436da1
Commit
b6436da1
authored
Jun 22, 2002
by
jouni%heikniemi.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 152283: Show votes by bug -list has a logged out footer.
2xr=bbaetz
parent
fd1d1d79
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
list-for-bug.html.tmpl
template/en/default/bug/votes/list-for-bug.html.tmpl
+4
-4
No files found.
template/en/default/bug/votes/list-for-bug.html.tmpl
View file @
b6436da1
...
...
@@ -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&user=[%
us
er.name FILTER url_quote %]">
[%
us
er.name FILTER html %]
<a href="votes.cgi?action=show_user&user=[%
vot
er.name FILTER url_quote %]">
[%
vot
er.name FILTER html %]
</a>
</td>
<td align="right">
[%
us
er.count %]
[%
vot
er.count %]
</td>
</tr>
[% END %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment