diff options
author | gerv%gerv.net <> | 2002-04-05 17:13:46 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-05 17:13:46 +0200 |
commit | 530c0dc71b2ca14bded67aeeae8a4c7126e2837a (patch) | |
tree | 8c3467d1ab2432d31b97162cea09bee5f5ff9c0d /template/default/show | |
parent | 57f2b020a59aa96376f87eabaaccc64f1e90931c (diff) | |
download | bugzilla-530c0dc71b2ca14bded67aeeae8a4c7126e2837a.tar.gz bugzilla-530c0dc71b2ca14bded67aeeae8a4c7126e2837a.tar.xz |
Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch by gerv, r=myk, bbaetz.
Diffstat (limited to 'template/default/show')
-rw-r--r-- | template/default/show/show_bug.html.tmpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/template/default/show/show_bug.html.tmpl b/template/default/show/show_bug.html.tmpl index 62e43f222..c6f7deb2b 100644 --- a/template/default/show/show_bug.html.tmpl +++ b/template/default/show/show_bug.html.tmpl @@ -287,9 +287,10 @@ </th> <td> [% bug.votes %] - <a href="showvotes.cgi?bug_id=[% bug.bug_id %]">Show votes for this - bug</a> - <a href="showvotes.cgi?voteon=[% bug.bug_id %]">Vote for this bug</a> + <a href="votes.cgi?action=show_bug&bug_id=[% bug.bug_id %]">Show + votes for this bug</a> + <a href="votes.cgi?action=show_user&bug_id=[% bug.bug_id %]">Vote + for this bug</a> </td> </tr> </table> |