summaryrefslogtreecommitdiff
path: root/app/views/matches/show.html.erb
blob: 0b02ae761be9a103c060364736155dea92e9fe13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<p id="notice"><%= notice %></p>

<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 %>