--- lib/Grep/Dispatcher.pm 2007/02/18 12:53:48 20 +++ lib/Grep/Dispatcher.pm 2007/02/18 15:44:29 22 @@ -9,7 +9,9 @@ before '*' => run { my $top = Jifty->web->navigation; - $top->child( 'Add feed' => url => '/add' ); # if ( Jifty->web->current_user->id ); + # if ( Jifty->web->current_user->id ); + $top->child( 'Add feed' => url => '/add' ); + $top->child( 'Fetch new results' => url => '/fetch' ); }; 1;