summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-10-02 10:20:19 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-10-02 10:20:19 +0000
commit512f89c4fc688c7e2a2fe96bc70863bafb56a69d (patch)
tree3a66b23065de0ddf20ef76787e7c2e528d162ca4 /app
parent2e9009b820a898e4b6baecd57160b06fb7cb87fa (diff)
downloadredmine-512f89c4fc688c7e2a2fe96bc70863bafb56a69d.tar.gz
redmine-512f89c4fc688c7e2a2fe96bc70863bafb56a69d.zip
Merged r15849 (#23883).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15874 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-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 488835850..23f10bdf9 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, maximum-scale=1">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="<%= Redmine::Info.app_name %>" />
<meta name="keywords" content="issue,bug,tracker" />
<%= csrf_meta_tag %>