All checks were successful
continuous-integration/drone/push Build is passing
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
<%= render partial: "components/header", locals: { page_title: "401" } %>
|
|
|
|
<%= render layout: "components/main_simple" do %>
|
|
<h2>Unauthorized</h2>
|
|
<p>This page needs authorization to access.</p>
|
|
<% end %>
|