mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
<h1><%= @w1.name %> VS. <%= @w2.name %></h1>
|
|
<% @redirect_path = "/tournaments/#{@tournament.id}/matches" %>
|
|
<%= render 'form' %>
|