report.phtml 402 B

1234567891011121314
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // @codingStandardsIgnoreFile
  7. ?>
  8. <?php if ($block->getBugreportUrl()): ?>
  9. <a class="link-report" href="<?= /* @escapeNotVerified */ $block->getBugreportUrl() ?>" id="footer_bug_tracking" target="_blank">
  10. <?= /* @escapeNotVerified */ __('Report an Issue') ?>
  11. </a>
  12. <?php endif; ?>