7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
<%= render HeaderCompactComponent.new(title: "403") %>
|
|
|
|
<%= render MainCompactComponent.new do %>
|
|
<h2>Access forbidden</h2>
|
|
<p>Sorry, you're not allowed to access this page.</p>
|
|
<% end %>
|