File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
< link rel ="stylesheet " type ="text/css " href ="stylesheets/highlight.css " data-turbo-track ="reload ">
11
11
12
12
< link rel ="icon " href ="images/favicon.ico " sizes ="any ">
13
-
13
+
14
14
< link rel ="apple-touch-icon " href ="images/icon.png ">
15
15
16
16
< script src ="javascripts/@hotwired--turbo.js " data-turbo-track ="reload "> </ script >
58
58
Version:
59
59
< select class ="guides-version ">
60
60
< 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 | %>
62
62
< option value ="https://guides.rubyonrails.org/v<%= version %> / "<%= " selected" if @version &.start_with? ( version ) %> > <%= version %> </ option >
63
63
<% end %>
64
64
</ select >
You can’t perform that action at this time.
0 commit comments