| Current Path : /home/rtorresani/www/app/code/Amasty/CronScheduleList/view/adminhtml/templates/ |
| Current File : //home/rtorresani/www/app/code/Amasty/CronScheduleList/view/adminhtml/templates/notice.phtml |
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Cron Schedule List for Magento 2 (System)
*/ /** @var \Amasty\CronScheduleList\Block\Adminhtml\Notice $block */ ?>
<?php /** @var \Magento\Framework\Escaper $escaper */ ?>
<div class="amasty_cron_notice">
<div class="message">
<p>
<?= $escaper->escapeHtml(__('Last Cron Activity: %1', $block->getLastActivity())); ?>
</p>
</div>
</div>