mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-31 11:35:45 +00:00
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
<%= link_to "Back to #{@match.tournament.name} matches", "/tournaments/#{@match.tournament.id}/matches", :class=>"btn btn-default" %>
|
|
<br>
|
|
<br>
|
|
<h1><%= @w1.name %> VS. <%= @w2.name %></h1>
|
|
|
|
<%= render 'form' %>
|