diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-03-02 15:04:26 -0500 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-03-02 15:04:26 -0500 |
commit | 59b2dc33ea83d5d5a52a72d14213f564afe8f0ce (patch) | |
tree | d5577b43527c3bb4693d24ee6440a4e9ad92f484 /app/views | |
parent | 329bdda6172f119469b36b9930054489e6bd0ded (diff) |
Gemfile.lock
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/application.html.erb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb deleted file mode 100644 index e2b8e02..0000000 --- a/app/views/layouts/application.html.erb +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>Leaguer</title> - <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> - <%= javascript_include_tag "application", "data-turbolinks-track" => true %> - <%= csrf_meta_tags %> -</head> -<body> -<header> - <h1 id="logo"> Leaguer </h1> - <%= form_tag("/search", method: "get", :id => "search-bar") do %> - <%= text_field_tag(:query, nil, :placeholder => "Search") %> - <%= submit_tag("Go") %> - <% end %> -</header> - -<%= yield %> - -<footer > -<p> Tomer Kimia Andrew Murrell Luke Shumaker Nathaniel Foy Davis Webb Guntas Grewal </p> -<p> The Leaguer System © <%= Time.now.year %> </p> </footer> - -</body> -</html> |