a11yist/app/views/error_pages/internal_server_error.html.slim
david 3ef1b783fb
Some checks failed
/ Run tests (push) Successful in 1m35s
/ Run system tests (push) Failing after 1m53s
/ Build, push and deploy image (push) Successful in 1m20s
Add funny error 500
2024-11-11 07:57:30 +01:00

4 lines
No EOL
118 B
Text

- content_for(:code) { "500" }
- content_for(:message) { t("errors.internal_server_error") }
p = image_tag("500.jpg")