From 3bd3eeb163dc2ec6f1356e297eade10b4c635570 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Mon, 13 Jan 2020 09:49:06 +0100 Subject: [PATCH] =?UTF-8?q?Add=20apple-touch-icon=20to=20HTML=20head=20for?= =?UTF-8?q?=20improved=20homescreen=20bookmark=20icon.=20Thanks=20to=20@xf?= =?UTF-8?q?-=20=E2=9D=A4=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/application.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index bc2f013f5..013044b09 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -5,6 +5,7 @@ <%= Setting.get('product_name') %> + <%= stylesheet_link_tag "application", :media => 'all' %> <%= stylesheet_link_tag "application-print", :media => 'print' %> <% if Rails.configuration.assets.debug %>