From 579565465390391b24027475bbadcbcf3a230111 Mon Sep 17 00:00:00 2001
From: "lpsolit%gmail.com" <>
Date: Tue, 22 Aug 2006 23:11:28 +0000
Subject: [PATCH] Bug 300436: In votes.cgi, the bug description should not link
 to voters - Patch by Paul <pdemarco@zoominternet.net> r=LpSolit a=myk

---
 template/en/default/bug/votes/list-for-user.html.tmpl | 5 ++---
 1 file 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 %]
-- 
2.24.1