summaryrefslogtreecommitdiff
path: root/app/views/matches/show.html.erb
blob: 9c9cbb4e53efa5a6e8b5451d0a531d474d00d9c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<p>
  <strong>Tournament:</strong>
  <%= @match.tournament %>
</p>

<p>
  <strong>Name:</strong>
  <%= @match.name %>
</p>

<%= link_to 'Edit', edit_match_path(@match) %> |
<%= link_to 'Back', matches_path %>