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