aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started/app/views
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-19 23:12:05 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-19 23:13:19 +0530
commit6e311b93adf295b97a1ad6056675d32ff51b212f (patch)
treee8557448cea8be6354cff5eeefb5972d86b65545 /railties/guides/code/getting_started/app/views
parent4c5b73fef8a41bd2bd8435fa4b00f7c40b721650 (diff)
downloadrails-6e311b93adf295b97a1ad6056675d32ff51b212f.tar.gz
rails-6e311b93adf295b97a1ad6056675d32ff51b212f.tar.bz2
rails-6e311b93adf295b97a1ad6056675d32ff51b212f.zip
update the getting_started guide code [ci skip]
Diffstat (limited to 'railties/guides/code/getting_started/app/views')
-rw-r--r--railties/guides/code/getting_started/app/views/layouts/application.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/code/getting_started/app/views/layouts/application.html.erb b/railties/guides/code/getting_started/app/views/layouts/application.html.erb
index 7fd6b4f516..6578a41da2 100644
--- a/railties/guides/code/getting_started/app/views/layouts/application.html.erb
+++ b/railties/guides/code/getting_started/app/views/layouts/application.html.erb
@@ -6,7 +6,7 @@
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
-<body style="background: #EEEEEE;">
+<body>
<%= yield %>