Files
openfoodnetwork/app/views/errors/not_found.html.haml
2022-08-08 15:36:23 +02:00

9 lines
190 B
Plaintext

- content_for :title do
= I18n.t("errors.not_found.title")
.dialog
%a{href: "/"}
%img{src: "/500.jpg"}
%h1
= t("errors.not_found.title")
= t("errors.not_found.message_html")