mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Fixed typo in rendering analytics template
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>WrestlingDev</title>
|
<title>WrestlingDev</title>
|
||||||
<% if Rails.env.production? %>
|
<% if Rails.env.production? %>
|
||||||
<%= render layouts/analytics %>
|
<%= render 'layouts/analytics' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= stylesheet_link_tag "application", media: "all",
|
<%= stylesheet_link_tag "application", media: "all",
|
||||||
"data-turbolinks-track" => true %>
|
"data-turbolinks-track" => true %>
|
||||||
|
|||||||
Reference in New Issue
Block a user