fix navigation links at contacts page

This commit is contained in:
Eugene Korbut 2009-02-08 05:07:53 +10:00
parent c1cd42fc5f
commit a679ea1deb
3 changed files with 7 additions and 7 deletions

View file

@ -117,7 +117,7 @@ module ApplicationHelper
end
def link_main
link_to(_('Contacts'), :controller => '/contacts/contact', :action => 'list')
link_to(_('Contacts'), :controller => '/contact', :action => 'list')
end
def alternator