Add generated error pages
Some checks failed
/ Run tests (push) Failing after 1m8s
/ Run system tests (push) Failing after 1m16s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-11-01 13:28:49 +01:00
parent d649dc7da3
commit fa2d65c25f
4 changed files with 127951 additions and 174 deletions

View file

@ -3,4 +3,4 @@ h1 Error 404
p Diese Seite existiert nicht (mehr), sorry.
p
img src="data:image/gif;base64,#{Base64.strict_encode64(Rails.application.assets['404.gif'].to_s)}"
img src="data:image/gif;base64,#{Base64.strict_encode64(Rails.application.assets.find_asset('404.gif').to_s)}"