mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
<%= link_to "Back to #{@school.name}", "/schools/#{@school.id}", :class=>"btn btn-default" %>
|
|
<br>
|
|
<br>
|
|
<h1>New wrestler</h1>
|
|
|
|
<%= render 'form' %>
|
|
|