1
0
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:
2014-12-24 07:45:23 -05:00
parent 1069996c6a
commit 8b6161ee3e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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