1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-25 15:31:39 +00:00

Added an edit wrestlers page for matches

This commit is contained in:
2020-01-14 12:46:02 -05:00
parent e4329e3519
commit d4dedfb3bd
9 changed files with 298 additions and 235 deletions

View File

@@ -0,0 +1,2 @@
<h1><%= @w1.name %> VS. <%= @w2.name %></h1>
<%= render 'matchstats' %>