1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-01 20:25:26 +00:00
Files
wrestlingdev.com/app/views/wrestlers/new.html.erb

6 lines
93 B
Plaintext

<h1>New wrestler</h1>
<%= render 'form' %>
<%= link_to 'Back', "/schools/#{@school.id}" %>