adds the release notes of 3.1 to the index

This commit is contained in:
Xavier Noria
2011-08-31 01:44:59 -07:00
parent f4492b8656
commit 73263f6c81
2 changed files with 5 additions and 0 deletions

View File

@@ -174,6 +174,10 @@ Ruby on Rails Guides
<h3>Release Notes</h3>
<dl>
<%= guide("Ruby on Rails 3.1 Release Notes", '3_1_release_notes.html') do %>
<p>Release notes for Rails 3.1.</p>
<% end %>
<%= guide("Ruby on Rails 3.0 Release Notes", '3_0_release_notes.html') do %>
<p>Release notes for Rails 3.0.</p>
<% end %>

View File

@@ -84,6 +84,7 @@
<dd><a href="ruby_on_rails_guides_guidelines.html">Ruby on Rails Guides Guidelines</a></dd>
<dt>Release Notes</dt>
<dd><a href="3_1_release_notes.html">Ruby on Rails 3.1 Release Notes</a></dd>
<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>