All checks were successful
continuous-integration/drone/push Build is passing
https://viewcomponent.org
12 lines
300 B
Plaintext
12 lines
300 B
Plaintext
<%= render HeaderComponent.new(title: "Donations") %>
|
|
|
|
<%= render MainSimpleComponent.new do %>
|
|
<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>
|
|
<% end %>
|