mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-09 15:42:09 +00:00
Added all matches page and edit matches page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<%= link_to "Back to #{@match.tournament.name} matches", "/tournaments/#{@match.tournament.id}/matches", :class=>"btn btn-default" %>
|
||||
<br>
|
||||
<br>
|
||||
<h1><%= @w1.name %> VS. <%= @w2.name %></h1>
|
||||
|
||||
<%= render 'edit_form' %>
|
||||
|
||||
<%= link_to 'Back', root_path %>
|
||||
<%= render 'form' %>
|
||||
|
||||
Reference in New Issue
Block a user