Skip to content

Commit

Permalink
Add Ruby on Rails version on title
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Vasquez committed Jan 7, 2022
1 parent d6bf7d9 commit 883da96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/templates/rails/welcome/index.html.erb
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Ruby on Rails</title>
<title>Ruby on Rails <%= Rails.version %></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="<%= ruby_on_rails_logo_favicon_data_uri %>" />
Expand Down

0 comments on commit 883da96

Please sign in to comment.