1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

re-add viewport meta tag to application layout

It was removed by mistake

Here is the discussion 164c2f6257 (r57483057)
This commit is contained in:
jean-francois labbe 2021-10-19 09:24:13 +02:00
parent 1140f29264
commit a24467893e

View file

@ -2,6 +2,7 @@
<html>
<head>
<title><%= camelized %></title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<%%= csrf_meta_tags %>
<%%= csp_meta_tag %>