1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-17 13:24:36 +00:00

Allow nil when modifiying match wrestlers, allow nil when stating a match, fixed tournament navbar on wrestler edit, fixed tournament navbar on edit match wrestlers

This commit is contained in:
2022-01-24 21:54:50 +00:00
parent 7220ffe3c6
commit 58d088907a
7 changed files with 52 additions and 23 deletions

View File

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