Revision 1137
Added by Jean-Philippe Lang over 17 years ago
routes.rb | ||
---|---|---|
7 | 7 |
# Keep in mind you can assign values other than :controller and :action |
8 | 8 |
|
9 | 9 |
map.home '', :controller => 'welcome' |
10 |
|
|
10 |
map.signin 'login', :controller => 'account', :action => 'login' |
|
11 |
map.signout 'logout', :controller => 'account', :action => 'logout' |
|
12 |
|
|
11 | 13 |
map.connect 'wiki/:id/:page/:action', :controller => 'wiki', :page => nil |
12 | 14 |
map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow' |
13 | 15 |
map.connect 'help/:ctrl/:page', :controller => 'help' |
Also available in: Unified diff
The following menus can now be extended by plugins: top_menu, account_menu, application_menu (empty by default).
Sligth layout change: links in the top menu are now li elements.