summaryrefslogtreecommitdiff
path: root/app/views/matches/show.html.erb
blob: e95cd07dc036190a5480a0b41412f066c2e25db5 (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_tournament_match_path(@tournament, @match) %> |
<%= link_to 'Back', tournament_matches_path %>