All checks were successful
continuous-integration/drone/push Build is passing
Not sending the right response codes for Turbo to handle.
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
<%= render HeaderComponent.new(title: "Add Donation") %>
|
|
|
|
<%= render MainSimpleComponent.new do %>
|
|
<%= render 'form', donation: @donation, url: admin_donations_path %>
|
|
<% end %>
|