mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
<h3>Mat <%= @mat.name %></h3>
|
|
<h3>Tournament: <%= @mat.tournament.name %></h3>
|
|
|
|
<% if @match %>
|
|
<%= render 'matches/matchstats' %>
|
|
<% else %>
|
|
<p>No matches assigned to this mat.</p>
|
|
<% end %>
|
|
|