summaryrefslogtreecommitdiff
path: root/app/views/teams/show.html.erb
blob: e41692a6ba4393afd3a93298a071e649d7d68e9e (plain)
1
2
3
4
5
6
7
8
9
<p id="notice"><%= notice %></p>

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

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