fix navigation links at contacts page
This commit is contained in:
parent
c1cd42fc5f
commit
a679ea1deb
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue