summaryrefslogtreecommitdiff
path: root/app/views/matches/edit.html.erb
blob: 38b7d705e10c0bab480a438845af916b2590d298 (plain)
1
2
3
4
5
6
<h1>Editing match</h1>

<%= render 'form' %>

<%= link_to 'Show', @match %> |
<%= link_to 'Back', matches_path %>