From a8fec4fb7c431d155e53286e7a8f082cec4cd0fe Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Fri, 22 Jun 2018 15:09:53 +0300 Subject: [PATCH] Changes Rails Welcome image on localhost:3000 Note that I used https://www.base64-image.de/ in order to convert the image to Base64 with enabled optimization status. Closes #33181. Closes #33186. Follow up #32735. --- railties/lib/rails/templates/rails/welcome/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/templates/rails/welcome/index.html.erb b/railties/lib/rails/templates/rails/welcome/index.html.erb index 5a82bf913c..b6823457c0 100644 --- a/railties/lib/rails/templates/rails/welcome/index.html.erb +++ b/railties/lib/rails/templates/rails/welcome/index.html.erb @@ -62,7 +62,7 @@

Yay! You’re on Rails!

- Welcome + Welcome

Rails version: <%= Rails.version %>