mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-12 16:25:41 +00:00
Matche edit and mat show redirect properly
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
<%= 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>
|
||||
|
||||
<% @redirect_path = "/tournaments/#{@tournament.id}/matches" %>
|
||||
<%= render 'form' %>
|
||||
|
||||
Reference in New Issue
Block a user