forgeplus/app/views/sponsorships/new.html.erb

6 lines
116 B
Plaintext

<h1>New Sponsorship</h1>
<%= render 'form', sponsorship: @sponsorship %>
<%= link_to 'Back', sponsorships_path %>