[Bps-public-commit] App-Changeloggr branch, master, updated. a3f14a2cf4d6253ee800d0bcdf88889c45f41191
sartak at bestpractical.com
sartak at bestpractical.com
Fri May 22 17:43:19 EDT 2009
The branch, master has been updated
via a3f14a2cf4d6253ee800d0bcdf88889c45f41191 (commit)
from 83aa1a517e85e52a5d6463158f458c112244f959 (commit)
Summary of changes:
lib/App/Changeloggr/Dispatcher.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit a3f14a2cf4d6253ee800d0bcdf88889c45f41191
Author: Shawn M Moore <sartak at gmail.com>
Date: Fri May 22 17:43:15 2009 -0400
Add news tab
diff --git a/lib/App/Changeloggr/Dispatcher.pm b/lib/App/Changeloggr/Dispatcher.pm
index 585399f..ff60d27 100644
--- a/lib/App/Changeloggr/Dispatcher.pm
+++ b/lib/App/Changeloggr/Dispatcher.pm
@@ -7,6 +7,7 @@ before '*' => run {
$top->child(Home => url => '/');
$top->child(New => url => '/admin/create-changelog', label => 'New Changelog');
$top->child(Account => url => '/account');
+ $top->child(News => url => '/news');
Jifty->web->session->expires( '+1y' );
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list