Fix status views

This commit is contained in:
2022-02-23 17:50:16 -06:00
parent 3165714957
commit 1fecfe57de
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<%= render partial: "components/header", locals: { page_title: "401" } %>
<%= render HeaderCompactComponent.new(title: "401") %>
<%= render layout: "components/main_simple" do %>
<%= render MainCompactComponent.new do %>
<h2>Unauthorized</h2>
<p>This page needs authorization to access.</p>
<% end %>