Files
gitlink-forgeplus/app/views/sponsorships/edit.html.erb
2020-07-24 17:21:16 +08:00

7 lines
158 B
Plaintext

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