summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-07 13:38:52 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-07 13:38:52 +0000
commit92a71e020a9da243d15d42bf8d83f074868bb24a (patch)
treeb053bfe52927b008984bfa9767a1cc8955fce87d /app/views
parentbb73361cb9cd78e2cadbceb5ab08ebdecc64cdd9 (diff)
downloadredmine-92a71e020a9da243d15d42bf8d83f074868bb24a.tar.gz
redmine-92a71e020a9da243d15d42bf8d83f074868bb24a.zip
Prevent zooming on mobile browsers (#19097).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14819 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/base.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb
index 147749290..1d83ca12b 100644
--- a/app/views/layouts/base.html.erb
+++ b/app/views/layouts/base.html.erb
@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title><%= html_title %></title>
-<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="<%= Redmine::Info.app_name %>" />
<meta name="keywords" content="issue,bug,tracker" />
<%= csrf_meta_tag %>