mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
340c7d182e
commit
7af3b3988c
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ The view is only part of the story of how HTML is displayed in your web browser.
|
|||
<title>Blog</title>
|
||||
<%= stylesheet_link_tag :all %>
|
||||
<%= javascript_include_tag :defaults %>
|
||||
<%= csrf_meta_tag %>
|
||||
<%= csrf_meta_tags %>
|
||||
</head>
|
||||
<body style="background: #EEEEEE;">
|
||||
|
||||
|
|
Loading…
Reference in a new issue