From 09edacede55f7656384881e2f6cac5b549028a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C5=A1per=20=C4=8Cefarin?= Date: Tue, 4 Oct 2022 12:44:41 +0200 Subject: Don't use versioning for favicon --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index ced1845eb..675191f16 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1746,7 +1746,7 @@ module ApplicationHelper end def favicon - "".html_safe + "".html_safe end # Returns the path to the favicon -- 2.32.0.windows.2