mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-12 16:59:00 +00:00
Went through views to make sure navigation is correct and views look ok
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<%= link_to "Back to #{@school.name}", "/schools/#{@school.id}", :class=>"btn btn-default" %>
|
||||
<br>
|
||||
<br>
|
||||
<h1>Editing wrestler</h1>
|
||||
|
||||
<%= render 'form' %>
|
||||
|
||||
<%= link_to 'Back', "/schools/#{@school.id}" %>
|
||||
|
||||
Reference in New Issue
Block a user