Mat <%= @mat.name %>

Tournament: <%= @mat.tournament.name %>

<% @redirect_path = request.original_fullpath %> <% if @match %> <%= render 'matches/form' %> <% else %>

No matches assigned to this mat.

<% end %>