1
0
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:
2019-01-23 17:46:26 -05:00
parent 6073d9c331
commit 449585c13c

View File

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