aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides/source/index.html.erb')
-rw-r--r--railties/guides/source/index.html.erb11
1 files changed, 8 insertions, 3 deletions
diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb
index f028d3ff05..be38499c85 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -1,11 +1,16 @@
<% content_for :header_section do %>
<h2>Ruby on Rails Guides</h2>
-<p>These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together. There are two different versions of the Guides site, and you should be sure to use the one that applies to your situation:</p>
+<p>These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together.</p>
+<p>There are two different versions of the Guides site, and you should be sure to use the one that applies to your situation:</p>
<ul>
- <li><a href="http://guides.rubyonrails.org">Current release version</a> - based on Rails 2.3.</li>
- <li><a href="http://edgeguides.rubyonrails.org">Edge version</a> - based on the current Rails <a href="http://github.com/rails/rails/tree/master">master branch</a>.</li>
+ <li>
+ <a href="http://guides.rubyonrails.org">Current release version</a> - based on Rails 2.3.
+ </li>
+ <li>
+ <a href="http://edgeguides.rubyonrails.org">Edge version</a> - based on the current Rails <a href="http://github.com/rails/rails/tree/master">master branch</a>.
+ </li>
</ul>
<% end %>