[Bps-public-commit] App-Changeloggr branch, master, updated. 837bfc2636a38e50be4c8d88b3574b19d4477c67

sartak at bestpractical.com sartak at bestpractical.com
Thu Jul 30 15:36:45 EDT 2009


The branch, master has been updated
       via  837bfc2636a38e50be4c8d88b3574b19d4477c67 (commit)
      from  a400b459c4345efb1f331511535536269c88026a (commit)

Summary of changes:
 lib/App/Changeloggr/View/Leaderboard.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 837bfc2636a38e50be4c8d88b3574b19d4477c67
Author: Shawn M Moore <sartak at gmail.com>
Date:   Thu Jul 30 15:36:39 2009 -0400

    /leaderboard/global

diff --git a/lib/App/Changeloggr/View/Leaderboard.pm b/lib/App/Changeloggr/View/Leaderboard.pm
index 0f2a798..4924c20 100644
--- a/lib/App/Changeloggr/View/Leaderboard.pm
+++ b/lib/App/Changeloggr/View/Leaderboard.pm
@@ -4,7 +4,7 @@ use JiftyX::ModelHelpers;
 use strict;
 use warnings;
 
-template '/' => page {
+template '/global' => page {
     my $votes = M('VoteCollection');
     $votes->unlimit;
     show_leaderboard($votes);

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list