Port admin to new layout
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-20 11:13:07 -06:00
parent 4f2b35ccb9
commit 2e301c3019
19 changed files with 507 additions and 473 deletions

View File

@@ -1,3 +1,7 @@
<p class="text-center">
With great power comes great responsibility.
</p>
<%= 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 %>