1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/app/views/mats/show.html.erb

10 lines
187 B
Plaintext

<h3>Mat <%= @mat.name %></h3>
<h3>Tournament: <%= @mat.tournament.name %></h3>
<% if @match %>
<%= render 'matches/form' %>
<% else %>
<p>No matches assigned to this mat.</p>
<% end %>