<%= notice %>

<%= link_to "Back to #{@mat.tournament.name}", "/tournaments/#{@mat.tournament.id}", :class=>"btn btn-default" %>

Mat <%= @mat.name %>

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



<% if @match %> <%= render 'match_edit_form' %> <% else %>

No matches assigned to this mat.

<% end %>