akkounts/app/views/shared/status_not_found.html.erb
Sebastian Kippe 2e301c3019
All checks were successful
continuous-integration/drone/push Build is passing
Port admin to new layout
2022-02-20 11:22:06 -06:00

7 lines
198 B
Plaintext

<%= render partial: "components/header", locals: { page_title: "404" } %>
<%= render layout: "components/main_simple" do %>
<h2>Not found</h2>
<p>Sorry, this page does not exist.</p>
<% end %>