/[Grep]/lib/Grep/Dispatcher.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Grep/Dispatcher.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by dpavlin, Sun Feb 18 12:53:48 2007 UTC revision 22 by dpavlin, Sun Feb 18 15:44:29 2007 UTC
# Line 9  use Jifty::Dispatcher -base; Line 9  use Jifty::Dispatcher -base;
9    
10  before '*' => run {  before '*' => run {
11          my $top = Jifty->web->navigation;          my $top = Jifty->web->navigation;
12          $top->child( 'Add feed' => url => '/add' ); # if ( Jifty->web->current_user->id );          # if ( Jifty->web->current_user->id );
13            $top->child( 'Add feed' => url => '/add' );
14            $top->child( 'Fetch new results' => url => '/fetch' );
15  };  };
16    
17  1;  1;

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26