ensl.org/app/views/matches/edit.html.erb

6 lines
No EOL
146 B
Text

<h1>Editing match</h1>
<%= render :partial => "form" %>
<%= link_to 'Show', @match %> |
<%= link_to 'Back', edit_contest_path(@match.contest) %>