akkounts/app/views/admin/donations/edit.html.erb
Râu Cao f050d010fd
All checks were successful
continuous-integration/drone/push Build is passing
Refactor admin donation pages, fix errors
Not sending the right response codes for Turbo to handle.
2023-03-15 15:24:00 +07:00

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 %>