Merge pull request #269 from sgmap/newsletter

Newsletter: add mailjet widget  #263
This commit is contained in:
LeSim 2017-05-11 10:16:37 +02:00 committed by GitHub
commit 7fdcb0271d
3 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,2 @@
%data.mj-w-data{ "data-apikey" => "1v5T", "data-base" => "http://app.mailjet.com", "data-height" => "328", "data-lang" => "fr_FR", "data-statics" => "statics", "data-token" => "11c89e7ddb46fbcdcb7f8fe5fdfca818", "data-w-id" => "39b", "data-width" => "640" }
%script{ src: 'http://app.mailjet.com/statics/js/widget.modal.js' }

View file

@ -25,6 +25,8 @@
%li.footer-column
%ul.footer-links
%li.footer-link
%a{ href: '#', 'data-token' => '11c89e7ddb46fbcdcb7f8fe5fdfca818', onclick: 'mjOpenPopin(event, this)' } Newsletter
%li.footer-link
= link_to "Contact",
"mailto:#{t('dynamics.contact_email')}",

View file

@ -33,6 +33,7 @@
= render partial: "layouts/new_footer"
= render partial: "layouts/google_analytics"
= render partial: "layouts/mailjet_newsletter"
= javascript_include_tag "application", "data-turbolinks-track" => true
- if Rails.env == "test"