automation
2 years ago
deactivationPoll
2 years ago
emails
3 years ago
form
2 years ago
newsletter
1 year ago
segments
2 years ago
subscribers
2 years ago
subscription
3 years ago
upgrade
2 years ago
woocommerce
3 years ago
analytics.html
1 year ago
automation.html
2 years ago
blank.html
2 years ago
experimental-features.html
4 years ago
forms.html
2 years ago
help.html
1 year ago
homepage.html
2 years ago
index.php
3 years ago
landingpage.html
2 years ago
layout.html
1 year ago
logs.html
1 year ago
mss_pitch_translations.html
3 years ago
newsletters.html
1 year ago
parsley-translations.html
2 years ago
premium_key_validation_strings.html
3 years ago
settings.html
2 years ago
settings_translations.html
1 year ago
upgrade.html
2 years ago
upgrade_tiers.html
2 years ago
welcome_wizard.html
2 years ago
woo_system_info.html
2 years ago
woocommerce_setup.html
2 years ago
logs.html
23 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | |
| 5 | <div class="wrap"> |
| 6 | <h1 class="mailpoet-h1">Logs</h1> |
| 7 | |
| 8 | <div id="mailpoet_logs_container"></div> |
| 9 | |
| 10 | <script type="text/javascript"> |
| 11 | <% autoescape 'js' %> |
| 12 | var mailpoet_logs = <%= json_encode(logs) %>; |
| 13 | var mailpoet_logs_default_from = '<%= logs_default_from %>'; |
| 14 | <% endautoescape %> |
| 15 | </script> |
| 16 | </div> |
| 17 | |
| 18 | <%= localize({ |
| 19 | 'pageTitle': __('Logs'), |
| 20 | }) %> |
| 21 | |
| 22 | <% endblock %> |
| 23 |