Update to conform to rails 3.1 generated caode

This commit is contained in:
Michael P Laing 2011-09-10 16:38:50 +02:00
parent 37f1cf0a8b
commit 8a0876478d
1 changed files with 2 additions and 2 deletions

View File

@ -821,8 +821,8 @@ this layout in your editor and modify the +body+ tag:
<html>
<head>
<title>Blog</title>
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :defaults %>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body style="background: #EEEEEE;">