All checks were successful
continuous-integration/drone/push Build is passing
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
<%= render partial: "components/header", locals: { page_title: "Admin Panel" } %>
|
|
|
|
<%= render layout: "components/main_simple" do %>
|
|
<p class="text-center">
|
|
With great power comes great responsibility.
|
|
</p>
|
|
<% end %>
|