add google js to gardens#show

This commit is contained in:
Brenda Wallace
2018-01-11 15:36:27 +13:00
parent f2b88a94ef
commit 2d813e49de
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,6 @@
= tag("meta", property: "og:site_name", content: ENV['GROWSTUFF_SITE_NAME'])
- content_for :scripts do
= javascript_include_tag "charts"
= javascript_include_tag "https://www.gstatic.com/charts/loader.js"
.row

View File

@@ -1,6 +1,7 @@
!!! 5
%html{ lang: "en", prefix: "og: http://ogp.me/ns#" }
= javascript_include_tag "application"
= yield :script
= render partial: "layouts/meta"
%body
= render partial: "layouts/header"