fix navigation links at contacts page
This commit is contained in:
parent
c1cd42fc5f
commit
a679ea1deb
3 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ ActionController::Routing::Routes.draw do |map|
|
|||
|
||||
map.connect 'webmail/:action', :controller=>'webmail'
|
||||
|
||||
map.connect 'contacts/contact/:action', :controller=>'contacts/contact'
|
||||
map.connect '/contact/:action', :controller=>'contact'
|
||||
|
||||
map.connect 'admin/main', :controller=> 'login', :action=>'logout'
|
||||
# Allow downloading Web Service WSDL as a file with an extension
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue