7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
<%= render HeaderCompactComponent.new(title: "401") %>
|
|
|
|
<%= render MainCompactComponent.new do %>
|
|
<h2>Unauthorized</h2>
|
|
<p>This page needs authorization to access.</p>
|
|
<% end %>
|