From 4cf40d04e4193494b4854c771f78a105aeee8e76 Mon Sep 17 00:00:00 2001
From: Vijay Dev <vijaydev.cse@gmail.com>
Date: Sun, 25 Dec 2011 22:11:17 +0530
Subject: add back the version info to the title in guides index page

---
 railties/guides/source/_welcome.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'railties')

diff --git a/railties/guides/source/_welcome.html.erb b/railties/guides/source/_welcome.html.erb
index e5373ebca0..bcbb49a0ec 100644
--- a/railties/guides/source/_welcome.html.erb
+++ b/railties/guides/source/_welcome.html.erb
@@ -1,4 +1,4 @@
-<h2>Ruby on Rails Guides</h2>
+<h2>Ruby on Rails Guides (<%= @version %>)</h2>
 
 <% if @edge %>
 <p>
-- 
cgit v1.2.3