-
- <%= link_to "Wrestling App", root_path, id: "logo" %>
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index d082e4b..8860489 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,31 +1,36 @@
<% if params[:print] %>
-
-
Wrestling App
-
-
- <%= yield %>
-
- <% else %>
-
-
Wrestling App
- <%= render 'layouts/js' %>
- <%= stylesheet_link_tag "application", media: "all",
- "data-turbolinks-track" => true %>
- <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
- <%= csrf_meta_tags %>
- <%= render 'layouts/shim' %>
-
-
- <%= render 'layouts/header' %>
-
-
+
+
Wrestling App
+
+
<%= yield %>
- <%= render 'layouts/footer' %>
- <%= debug(params) if Rails.env.development? %>
-
-
- <% end %>
+
+ <% else %>
+
+
Wrestling App
+ <%= render 'layouts/cdn' %>
+ <%= stylesheet_link_tag "application", media: "all",
+ "data-turbolinks-track" => true %>
+ <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
+ <%= csrf_meta_tags %>
+ <%= render 'layouts/shim' %>
+
+
+
+
+ <%= render 'layouts/header' %>
+
+
+
+
+ <% end %>