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

<p>
  <strong>Game:</strong>
  <%= @tournament.game %>
</p>

<%= link_to 'Edit', edit_tournament_path(@tournament) %> |
<%= link_to 'Back', tournaments_path %>