summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-08-23 01:11:28 +0200
committerlpsolit%gmail.com <>2006-08-23 01:11:28 +0200
commit579565465390391b24027475bbadcbcf3a230111 (patch)
tree5f5fb6ee69153de4aa55fc72b824aa791e85613f /template
parent8076d034878ebc044b30e8203594b8099a50ac57 (diff)
downloadbugzilla-579565465390391b24027475bbadcbcf3a230111.tar.gz
bugzilla-579565465390391b24027475bbadcbcf3a230111.tar.xz
Bug 300436: In votes.cgi, the bug description should not link to voters - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/votes/list-for-user.html.tmpl5
1 files changed, 2 insertions, 3 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 606f38140..82d8cb658 100644
--- a/template/en/default/bug/votes/list-for-user.html.tmpl
+++ b/template/en/default/bug/votes/list-for-user.html.tmpl
@@ -124,9 +124,8 @@
[% bug.id FILTER bug_link(bug.id) FILTER none %]
</td>
<td>
- <a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.id %]">
- [% bug.summary FILTER html %]
- </a>
+ [% bug.summary FILTER html %]
+ (<a href="votes.cgi?action=show_bug&amp;bug_id=[% bug.id %]">Voters</a>)
</td>
</tr>
[% END %]