Feature #19097 » 0003-Prevent-zooming-on-mobile-browsers.patch
app/views/layouts/base.html.erb | ||
---|---|---|
3 | 3 |
<head> |
4 | 4 |
<meta charset="utf-8" /> |
5 | 5 |
<title><%= html_title %></title> |
6 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
7 | 7 |
<meta name="description" content="<%= Redmine::Info.app_name %>" /> |
8 | 8 |
<meta name="keywords" content="issue,bug,tracker" /> |
9 | 9 |
<%= csrf_meta_tag %> |