mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
- content_for :title do
|
|
= I18n.t("errors.internal_server_error.title")
|
|
.dialog
|
|
%a{href: "/"}
|
|
%img{src: "/500.jpg"}
|
|
%h1
|
|
= t("errors.internal_server_error.title")
|
|
= t("errors.internal_server_error.message_html")
|