Use image_path for the favicon instead to pick up asset hosts. #3301
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3899 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
dbb8645353
commit
ca663fcd10
|
@ -784,7 +784,7 @@ module ApplicationHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
def favicon
|
def favicon
|
||||||
"<link rel='shortcut icon' href='#{Redmine::Utils.relative_url_root}/favicon.ico' />"
|
"<link rel='shortcut icon' href='#{image_path('/favicon.ico')}' />"
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in New Issue