From 6abf527aa0e3271ebd38c1ac50a4691dab611b2e Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 20 Mar 2020 06:47:26 +0000 Subject: [PATCH] Allow zooming on mobile devices (#33156). Patch by Richard Heine. git-svn-id: http://svn.redmine.org/redmine/trunk@19598 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/layouts/base.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index cbbc76db9..76e23cf7d 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -4,7 +4,7 @@ <%= html_title %> - + <%= csrf_meta_tag %> -- 2.39.5