From 60e809cffd274d3e9f412a3cc845686ca8e7fb4f Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sat, 5 Jan 2013 11:57:13 -0200 Subject: Move style to head to make routes page valid html5 --- railties/lib/rails/templates/layouts/application.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties') diff --git a/railties/lib/rails/templates/layouts/application.html.erb b/railties/lib/rails/templates/layouts/application.html.erb index 3b09ef53a3..7352d48e7b 100644 --- a/railties/lib/rails/templates/layouts/application.html.erb +++ b/railties/lib/rails/templates/layouts/application.html.erb @@ -24,6 +24,8 @@ a:hover { color: #fff; background-color:#000; } h2 { padding-left: 10px; } + + <%= yield :style %> -- cgit v1.2.3