mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Refixed bug in new tournament form
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<% if @tournament.id %>
|
<% if @tournament and @tournament.id %>
|
||||||
<h2><%= @tournament.name %> Links</h2>
|
<h2><%= @tournament.name %> Links</h2>
|
||||||
<nav class="navbar navbar-default navbar-static-top" role="navigation" id="tournament-navbar">
|
<nav class="navbar navbar-default navbar-static-top" role="navigation" id="tournament-navbar">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|||||||
Reference in New Issue
Block a user