Skip to content

Commit e13b251

Browse files
committed
This documentation is for 7.2
1 parent e25a84a commit e13b251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/layout.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" type="text/css" href="stylesheets/highlight.css" data-turbo-track="reload">
1111

1212
<link rel="icon" href="images/favicon.ico" sizes="any">
13-
13+
1414
<link rel="apple-touch-icon" href="images/icon.png">
1515

1616
<script src="javascripts/@hotwired--turbo.js" data-turbo-track="reload"></script>
@@ -58,7 +58,7 @@
5858
Version:
5959
<select class="guides-version">
6060
<option value="https://edgeguides.rubyonrails.org/"<%= " selected" if @edge %>>Edge</option>
61-
<% %w[7.1 7.0 6.1 6.0 5.2 5.1 5.0 4.2 4.1 4.0 3.2 3.1 3.0 2.3].each do |version| %>
61+
<% %w[7.2 7.1 7.0 6.1 6.0 5.2 5.1 5.0 4.2 4.1 4.0 3.2 3.1 3.0 2.3].each do |version| %>
6262
<option value="https://guides.rubyonrails.org/v<%= version %>/"<%= " selected" if @version&.start_with?(version) %>><%= version %></option>
6363
<% end %>
6464
</select>

0 commit comments

Comments
 (0)