| Current Path : /home/rtorresani/www/vendor/magento/module-backend/view/adminhtml/templates/page/ |
| Current File : //home/rtorresani/www/vendor/magento/module-backend/view/adminhtml/templates/page/report.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<?php if ($block->getBugreportUrl()) : ?>
<a class="link-report" href="<?= $block->escapeUrl($block->getBugreportUrl()) ?>" id="footer_bug_tracking" target="_blank">
<?= $block->escapeHtml(__('Report an Issue')) ?>
</a>
<?php endif; ?>