1
0
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:
2019-12-11 14:10:25 -05:00
parent 78bed5ebdd
commit a8361593aa

View File

@@ -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">