File "automation.html"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/views/automation.html
File size: 431 bytes
MIME-type: text/html
Charset: utf-8

<% extends 'layout.html' %>

<% block content %>
<div class="wrap">
  <div id="mailpoet_automation"></div>
</div>
<% endblock %>

<% block after_javascript %>
  <script type="text/javascript">
    var mailpoet_automation_api = <%= json_encode(api) %>;
    var mailpoet_workflow_count = <%= json_encode(workflowCount) %>;
  </script>
<% endblock %>

<% block after_css %>
<%= stylesheet('mailpoet-automation.css') %>
<% endblock %>