mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
<%= link_to 'Back', tournaments_path, :class=>"btn btn-default" %>
|
|
<br>
|
|
<h1>New tournament</h1>
|
|
|
|
<%= render 'form' %>
|
|
|