diff options
Diffstat (limited to 'railties/guides/source/layout.html.erb')
-rw-r--r-- | railties/guides/source/layout.html.erb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index 7dfcf4a507..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> @@ -87,7 +93,7 @@ <div id="container"> <div class="wrapper"> <div id="mainCol"> - <%= yield.html_safe! %> + <%= yield.html_safe %> </div> </div> </div> |