From eb86a7d2b2d9eba76576687f6c12ecc55521461d Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 15 Dec 2010 09:45:39 +0100 Subject: Handler::Users: Link the vote count on /u+ to /u+/votes instead of /u+/list --- lib/VNDB/Handler/Users.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm index 46bd3489..3e2a1aef 100644 --- a/lib/VNDB/Handler/Users.pm +++ b/lib/VNDB/Handler/Users.pm @@ -77,7 +77,7 @@ sub userpage { $total += $_*$votes->[$_-1]; $count += $votes->[$_-1]; } - lit mt '_userpage_votes_item', "/u$uid/list?v=1", $count, sprintf '%.2f', $total/$count; + lit mt '_userpage_votes_item', "/u$uid/votes", $count, sprintf '%.2f', $total/$count; } else { txt '-'; } -- cgit v1.2.3