summaryrefslogtreecommitdiff
path: root/app/views/matches/new.html.erb
blob: bd4c78c867f6e3833c60fa1a30a5d60c44172e88 (plain)
1
2
3
4
5
<h1>New match</h1>

<%= render 'form' %>

<%= link_to 'Back', matches_path %>