Do not try to inline assets in error pages
Some checks failed
/ Run tests (push) Failing after 1m7s
/ Run system tests (push) Failing after 1m14s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-11-01 13:34:35 +01:00
parent fa2d65c25f
commit c965e03e5a
2 changed files with 4 additions and 9 deletions

View file

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