diff options
author | vladd%bugzilla.org <> | 2006-08-18 05:17:01 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-08-18 05:17:01 +0200 |
commit | d2329ad482fdd70c20b5f37a0f59cfad300762be (patch) | |
tree | 8cccbfb4d115e0f7850c51124336563d86189a2e | |
parent | bc14d44121e7ffb9bef3ba421d7ff64c96f5f2d0 (diff) | |
download | bugzilla-d2329ad482fdd70c20b5f37a0f59cfad300762be.tar.gz bugzilla-d2329ad482fdd70c20b5f37a0f59cfad300762be.tar.xz |
Bug 343418: Update the votes page in order to include the reason for crossed out bugs; patch by Paul <pdemarco@zoominternet.net>, r=LpSolit, a=myk.
-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 %]"> |