aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/layout.html.erb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-03-19 21:49:48 +0100
committerXavier Noria <fxn@hashref.com>2010-03-19 21:49:48 +0100
commitdea701bd2c6369cd1928b2bb9ff8f17a38fa0c73 (patch)
treed84d5d2e56ff6c0657caf12676c39affe3e4915a /railties/guides/source/layout.html.erb
parent02be581f45f74e735252afa167cee3ca6ab45b5e (diff)
downloadrails-dea701bd2c6369cd1928b2bb9ff8f17a38fa0c73.tar.gz
rails-dea701bd2c6369cd1928b2bb9ff8f17a38fa0c73.tar.bz2
rails-dea701bd2c6369cd1928b2bb9ff8f17a38fa0c73.zip
normalizes titles of release notes guides, and adds them to the home page
Diffstat (limited to 'railties/guides/source/layout.html.erb')
-rw-r--r--railties/guides/source/layout.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb
index 5f324ece60..a21f1bbeed 100644
--- a/railties/guides/source/layout.html.erb
+++ b/railties/guides/source/layout.html.erb
@@ -67,6 +67,12 @@
<dd><a href="caching_with_rails.html">Caching with Rails</a></dd>
<dd><a href="contributing_to_rails.html">Contributing to Rails</a></dd>
</dl>
+ <dl class="R">
+ <dt>Release Notes</dt>
+ <dd><a href="3_0_release_notes.html">Ruby on Rails 3.0 Release Notes</a></dd>
+ <dd><a href="2_3_release_notes.html">Ruby on Rails 2.3 Release Notes</a></dd>
+ <dd><a href="2_2_release_notes.html">Ruby on Rails 2.2 Release Notes</a></dd>
+ </dl>
</div>
</li>
<li><a href="contribute.html">Contribute</a></li>