Add basic set of error pages
This commit is contained in:
parent
823284d6ba
commit
d649dc7da3
10 changed files with 115 additions and 41 deletions
6
app/views/error_pages/not_found.html.slim
Normal file
6
app/views/error_pages/not_found.html.slim
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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)}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue