diff options
-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 %] |