1234567891011121314 |
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- // @codingStandardsIgnoreFile
- ?>
- <?php if ($block->getBugreportUrl()): ?>
- <a class="link-report" href="<?= /* @escapeNotVerified */ $block->getBugreportUrl() ?>" id="footer_bug_tracking" target="_blank">
- <?= /* @escapeNotVerified */ __('Report an Issue') ?>
- </a>
- <?php endif; ?>
|