summaryrefslogtreecommitdiff
path: root/app/views/brackets/show.html.erb
blob: 9c7c14ba198bf72304c3a8d2751c6f2dc0d5abc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<p id="notice"><%= notice %></p>

<p>
  <strong>User:</strong>
  <%= @bracket.user %>
</p>

<p>
  <strong>Tournament:</strong>
  <%= @bracket.tournament %>
</p>

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

<%= link_to 'Edit', edit_bracket_path(@bracket) %> |
<%= link_to 'Back', brackets_path %>