<p id="notice"><%= notice %></p>

<p>
  <strong>Match:</strong>
  <%= @team.match %>
</p>

<%= link_to 'Edit', edit_team_path(@team) %> |
<%= link_to 'Back', teams_path %>