Skip to content

Commit a244678

Browse files
re-add viewport meta tag to application layout
It was removed by mistake Here is the discussion rails@164c2f6#r57483057
1 parent 1140f29 commit a244678

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
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title><%= camelized %></title>
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
56
<%%= csrf_meta_tags %>
67
<%%= csp_meta_tag %>
78

0 commit comments

Comments
 (0)