diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-25 22:11:17 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-25 22:11:17 +0530 |
commit | bd91154fc47fa7445635014674d784ad4e69d212 (patch) | |
tree | 222070710b34b6af5e0beee5a0871d1e21826b0c | |
parent | e3b59c715caaca4c7a9ad4f4fbf80112add4b393 (diff) | |
download | rails-bd91154fc47fa7445635014674d784ad4e69d212.tar.gz rails-bd91154fc47fa7445635014674d784ad4e69d212.tar.bz2 rails-bd91154fc47fa7445635014674d784ad4e69d212.zip |
add back the version info to the title in guides index page
-rw-r--r-- | railties/guides/source/_welcome.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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> |