diff options
author | lpsolit%gmail.com <> | 2006-08-23 01:11:28 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-08-23 01:11:28 +0200 |
commit | 579565465390391b24027475bbadcbcf3a230111 (patch) | |
tree | 5f5fb6ee69153de4aa55fc72b824aa791e85613f | |
parent | 8076d034878ebc044b30e8203594b8099a50ac57 (diff) | |
download | bugzilla-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
-rw-r--r-- | template/en/default/bug/votes/list-for-user.html.tmpl | 5 |
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&bug_id=[% bug.id %]"> - [% bug.summary FILTER html %] - </a> + [% bug.summary FILTER html %] + (<a href="votes.cgi?action=show_bug&bug_id=[% bug.id %]">Voters</a>) </td> </tr> [% END %] |