Do not try to inline assets in error pages
This commit is contained in:
parent
fa2d65c25f
commit
c965e03e5a
2 changed files with 4 additions and 9 deletions
|
|
@ -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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue