1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Updated name to wrestlingdev

This commit is contained in:
2015-10-20 07:50:36 -04:00
parent 66606e71c8
commit 11590166d2
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<nav class="navbar navbar-inverse navbar-fixed-top navbar-custom">
<div class="container">
<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>
<ul class="nav navbar-nav navbar-right navbar-custom-link">
<% if @tournament %>
@@ -17,4 +17,4 @@
<% end %>
</ul>
</div>
</nav>
</nav>

View File

@@ -2,14 +2,14 @@
<html>
<% if params[:print] %>
<head>
<title>Wrestling App</title>
<title>WrestlingDev</title>
</head>
<body>
<%= yield %>
</body>
<% else %>
<head>
<title>Wrestling App</title>
<title>WrestlingDev</title>
<%= stylesheet_link_tag "application", media: "all",
"data-turbolinks-track" => true %>