mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
changed app name to wrestling app
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<small>
|
<small>
|
||||||
App made by Cody Wimer
|
App made by Jacob Cody Wimer - jacob.wimer@gmail.com
|
||||||
</small>
|
</small>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<header class="navbar navbar-fixed-top navbar-inverse">
|
<header class="navbar navbar-fixed-top navbar-inverse">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<%= link_to "CCHS Wrestling", root_path, id: "logo" %>
|
<%= link_to "Wrestling App", root_path, id: "logo" %>
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li><%= link_to "Home", root_path %></li>
|
<li><%= link_to "Home", root_path %></li>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Comet Wrestling</title>
|
<title>Wrestling App</title>
|
||||||
<%= stylesheet_link_tag "application", media: "all",
|
<%= stylesheet_link_tag "application", media: "all",
|
||||||
"data-turbolinks-track" => true %>
|
"data-turbolinks-track" => true %>
|
||||||
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
||||||
|
|||||||
Reference in New Issue
Block a user