8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
<h2>New Donation</h2>
|
|
|
|
<%= render 'form', donation: @donation, url: admin_donations_path %>
|
|
|
|
<p class="mt-8">
|
|
<%= link_to 'Back', admin_donations_path, class: 'ks-text-link' %>
|
|
</p>
|