error pages
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

This commit is contained in:
david 2024-11-11 07:21:55 +01:00
parent 169f8bc1bd
commit 1afb36799a
41 changed files with 342 additions and 261 deletions

View file

@ -11,10 +11,11 @@ html data-bs-theme="light" data-controller="set-theme"
= render partial: "layouts/navigation"
.container-fluid
.row
= render partial: "layouts/sidebar"
main.col.ps-md-2.pt-2
.container-fluid
#main-content[data-controller="rich-text-link-targets"]
.container
#main-content
h1.error_heading = ":-/ Error #{yield(:code)}"
p Deine Anfrage konnte nicht bearbeitet werden.
- if content_for?(:message)
p.error_message #{yield(:message)}
= yield
footer.container-fluid.mt-auto.border-top
= Rails.configuration.build_version && "Version: #{Rails.configuration.build_version}"