1
0
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:
2015-12-31 20:07:14 +00:00
parent f3936b0906
commit 633c762b2e
8 changed files with 264 additions and 66 deletions

View File

@@ -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' %>