##// END OF EJS Templates
Prevent zooming on mobile browsers (#19097)....
Jean-Philippe Lang -
r14437:92a71e020a9d
parent child
Show More
@@ -4,7 +4,7
4 <meta charset="utf-8" />
4 <meta charset="utf-8" />
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
6 <title><%= html_title %></title>
6 <title><%= html_title %></title>
7 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
8 <meta name="description" content="<%= Redmine::Info.app_name %>" />
8 <meta name="description" content="<%= Redmine::Info.app_name %>" />
9 <meta name="keywords" content="issue,bug,tracker" />
9 <meta name="keywords" content="issue,bug,tracker" />
10 <%= csrf_meta_tag %>
10 <%= csrf_meta_tag %>
General Comments 0
You need to be logged in to leave comments. Login now