Adds donation model/table and basic manual management in the admin panel, as well as basic listing of users' own donations.
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
<h2>Editing Donation</h2>
|
|
|
|
<%= render 'form', donation: @donation, url: admin_donation_path(@donation) %>
|
|
|
|
<p class="actions">
|
|
<%= link_to 'Show', admin_donation_path(@donation) %> |
|
|
<%= link_to 'Back', admin_donations_path %>
|
|
<p>
|