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,7 +1,11 @@
<h2>New Donation</h2>
<%= render partial: "components/header", locals: { page_title: "Donations" } %>
<%= render 'form', donation: @donation, url: admin_donations_path %>
<%= render layout: "components/main_simple" do %>
<h2>New Donation</h2>
<p class="mt-8">
<%= link_to 'Back', admin_donations_path, class: 'ks-text-link' %>
</p>
<%= render 'form', donation: @donation, url: admin_donations_path %>
<p class="mt-8">
<%= link_to 'Back', admin_donations_path, class: 'ks-text-link' %>
</p>
<% end %>