All checks were successful
continuous-integration/drone/push Build is passing
https://viewcomponent.org
13 lines
396 B
Plaintext
13 lines
396 B
Plaintext
<%= render HeaderComponent.new(title: "Donations") %>
|
|
|
|
<%= render MainSimpleComponent.new do %>
|
|
<h2>Editing Donation</h2>
|
|
|
|
<%= render 'form', donation: @donation, url: admin_donation_path(@donation) %>
|
|
|
|
<p class="mt-8">
|
|
<%= link_to 'Show', admin_donation_path(@donation), class: 'ks-text-link' %> |
|
|
<%= link_to 'Back', admin_donations_path, class: 'ks-text-link' %>
|
|
<p>
|
|
<% end %>
|