akkounts/app/views/shared/status_unauthorized.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
209 B
Plaintext

<%= render partial: "components/header", locals: { page_title: "401" } %>
<%= render layout: "components/main_simple" do %>
<h2>Unauthorized</h2>
<p>This page needs authorization to access.</p>
<% end %>