1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-04 22:03:49 +00:00
Files
wrestlingdev.com/app/views/mats/show.html.erb

15 lines
272 B
Plaintext

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