Project

General

Profile

Patch #37748 » favicon.diff

Gasper C, 2022-10-04 12:54

View differences:

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
(1-1/3)