summaryrefslogtreecommitdiffstats
path: root/template/default/show/show_bug.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-05 17:13:46 +0200
committergerv%gerv.net <>2002-04-05 17:13:46 +0200
commit530c0dc71b2ca14bded67aeeae8a4c7126e2837a (patch)
tree8c3467d1ab2432d31b97162cea09bee5f5ff9c0d /template/default/show/show_bug.html.tmpl
parent57f2b020a59aa96376f87eabaaccc64f1e90931c (diff)
downloadbugzilla-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/show_bug.html.tmpl')
-rw-r--r--template/default/show/show_bug.html.tmpl7
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 %]&nbsp;&nbsp;&nbsp;
- <a href="showvotes.cgi?bug_id=[% bug.bug_id %]">Show votes for this
- bug</a>&nbsp;&nbsp;&nbsp;
- <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>&nbsp;&nbsp;&nbsp;
+ <a href="votes.cgi?action=show_user&bug_id=[% bug.bug_id %]">Vote
+ for this bug</a>
</td>
</tr>
</table>