10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
<%= render HeaderComponent.new(title: "Add Donation") %>
|
|
|
|
<%= render MainSimpleComponent.new do %>
|
|
<%= render 'form', donation: @donation, url: admin_donations_path %>
|
|
|
|
<p class="mt-8">
|
|
<%= link_to 'Back', admin_donations_path, class: 'ks-text-link' %>
|
|
</p>
|
|
<% end %>
|