summaryrefslogtreecommitdiff
path: root/app/views/brackets/edit.html.erb
blob: 10a2b3eebee5e7bffbf9ca5d63fec42640f9074e (plain)
1
2
3
4
5
6
<h1>Editing bracket</h1>

<%= render 'form' %>

<%= link_to 'Show', @bracket %> |
<%= link_to 'Back', brackets_path %>