aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-01 12:06:25 +0200
committerXavier Noria <fxn@hashref.com>2010-04-01 12:06:25 +0200
commit150835b6afc6ddc6725522b7c2572b0391d5b56d (patch)
treea480b91db93b7627d72e19fb45444995114405a7 /railties
parentda770104d237f6ddd1515c6efbbb5fae871827f2 (diff)
downloadrails-150835b6afc6ddc6725522b7c2572b0391d5b56d.tar.gz
rails-150835b6afc6ddc6725522b7c2572b0391d5b56d.tar.bz2
rails-150835b6afc6ddc6725522b7c2572b0391d5b56d.zip
guides index: splits prologue in two paragraphs
Diffstat (limited to 'railties')
-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 %>