akkounts/app/views/shared/status_unauthorized.html.erb
2022-02-23 17:50:16 -06:00

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 %>