mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-31 19:45:45 +00:00
20 lines
323 B
Plaintext
20 lines
323 B
Plaintext
<p id="notice"><%= notice %></p>
|
|
|
|
<%= link_to "Back to #{@mat.tournament.name}", "/tournaments/#{@mat.tournament.id}", :class=>"btn btn-default" %>
|
|
<br>
|
|
<br>
|
|
<p>
|
|
<strong>Mat <%= @mat.name %></strong>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Tournament:</strong>
|
|
<%= @mat.tournament.name %>
|
|
</p>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<%= render 'match_edit_form' %>
|
|
|