Fix status views
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user