Skip to content

Commit f52525e

Browse files
authored
Replace deprecated PWA tag with newer one (rails#52738)
* Replace deprecated PWA tag with newer one * Include both tags for now
1 parent f686b75 commit f52525e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

railties/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<title><%%= content_for(:title) || "<%= app_name.titleize %>" %></title>
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<meta name="apple-mobile-web-app-capable" content="yes">
7+
<meta name="mobile-web-app-capable" content="yes">
78
<%%= csrf_meta_tags %>
89
<%%= csp_meta_tag %>
910

0 commit comments

Comments
 (0)