diff options
-rw-r--r-- | template/en/default/bug/votes/list-for-user.html.tmpl | 4 |
1 files changed, 1 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 7801b2a4a..606f38140 100644 --- a/template/en/default/bug/votes/list-for-user.html.tmpl +++ b/template/en/default/bug/votes/list-for-user.html.tmpl @@ -121,9 +121,7 @@ [% END %] </a></td> <td align="center"> - [% isclosed = !bug.opened %] - <a href="show_bug.cgi?id=[% bug.id %]"> - [% bug.id FILTER closed(isclosed) %]</a> + [% bug.id FILTER bug_link(bug.id) FILTER none %] </td> <td> <a href="votes.cgi?action=show_bug&bug_id=[% bug.id %]"> |