Patch #37748 » favicon.diff
| app/helpers/application_helper.rb | ||
|---|---|---|
| 1746 | 1746 |
end |
| 1747 | 1747 | |
| 1748 | 1748 |
def favicon |
| 1749 |
"<link rel='shortcut icon' href='#{favicon_path}' />".html_safe
|
|
| 1749 |
"<link rel='shortcut icon' href='/favicon.ico' />".html_safe
|
|
| 1750 | 1750 |
end |
| 1751 | 1751 | |
| 1752 | 1752 |
# Returns the path to the favicon |