mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-14 08:58:29 +00:00
Updated name to wrestlingdev
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<nav class="navbar navbar-inverse navbar-fixed-top navbar-custom">
|
<nav class="navbar navbar-inverse navbar-fixed-top navbar-custom">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-header navbar-custom-header">
|
<div class="navbar-header navbar-custom-header">
|
||||||
<a class="navbar-brand navbar-custom-brand" href="/">WrestlingApp</a>
|
<a class="navbar-brand navbar-custom-brand" href="/">WrestlingDev</a>
|
||||||
</div>
|
</div>
|
||||||
<ul class="nav navbar-nav navbar-right navbar-custom-link">
|
<ul class="nav navbar-nav navbar-right navbar-custom-link">
|
||||||
<% if @tournament %>
|
<% if @tournament %>
|
||||||
@@ -17,4 +17,4 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@@ -2,14 +2,14 @@
|
|||||||
<html>
|
<html>
|
||||||
<% if params[:print] %>
|
<% if params[:print] %>
|
||||||
<head>
|
<head>
|
||||||
<title>Wrestling App</title>
|
<title>WrestlingDev</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
</body>
|
</body>
|
||||||
<% else %>
|
<% else %>
|
||||||
<head>
|
<head>
|
||||||
<title>Wrestling App</title>
|
<title>WrestlingDev</title>
|
||||||
|
|
||||||
<%= stylesheet_link_tag "application", media: "all",
|
<%= stylesheet_link_tag "application", media: "all",
|
||||||
"data-turbolinks-track" => true %>
|
"data-turbolinks-track" => true %>
|
||||||
|
|||||||
Reference in New Issue
Block a user