a11yist/app/views/error_pages/service_unavailable.html.slim
david 1afb36799a
Some checks failed
/ Run tests (push) Failing after 1m19s
/ Run system tests (push) Failing after 1m20s
/ Build, push and deploy image (push) Has been skipped
error pages
2024-11-11 07:21:55 +01:00

3 lines
92 B
Text

- content_for(:code) { "503" }
- content_for(:message) { t("errors.service_unavailable") }