From 80e7178789496921a7c6b1ea806d7a2e3abe66b4 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 6 Apr 2010 11:30:00 -0700 Subject: guides: adds page title to home and credits, and revises it in the rest --- railties/guides/source/credits.html.erb | 4 ++++ railties/guides/source/index.html.erb | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'railties/guides/source') diff --git a/railties/guides/source/credits.html.erb b/railties/guides/source/credits.html.erb index c85f9bb913..4d0d1fe782 100644 --- a/railties/guides/source/credits.html.erb +++ b/railties/guides/source/credits.html.erb @@ -1,3 +1,7 @@ +<% content_for :page_title do %> +Ruby on Rails Guides: Credits +<% end %> + <% content_for :header_section do %>

Credits

diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb index 8864b52325..52da16d453 100644 --- a/railties/guides/source/index.html.erb +++ b/railties/guides/source/index.html.erb @@ -1,3 +1,7 @@ +<% content_for :page_title do %> +Ruby on Rails Guides +<% end %> + <% content_for :header_section do %>

Ruby on Rails Guides

-- cgit v1.2.3