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:
parent
1140f29264
commit
a24467893e
1 changed files with 1 additions and 0 deletions
|
@ -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 %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue