We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f61d2d commit 79e87b4Copy full SHA for 79e87b4
app/code/Magento/Backend/view/adminhtml/templates/page/report.phtml
@@ -8,5 +8,7 @@
8
9
?>
10
<?php if ($block->getBugreportUrl()): ?>
11
- <a class="link-report" href="<?= /* @escapeNotVerified */ $block->getBugreportUrl() ?>" id="footer_bug_tracking"><?= /* @escapeNotVerified */ __('Report an Issue') ?></a>
+ <a class="link-report" href="<?= /* @escapeNotVerified */ $block->getBugreportUrl() ?>" id="footer_bug_tracking" target="_blank">
12
+ <?= /* @escapeNotVerified */ __('Report an Issue') ?>
13
+ </a>
14
<?php endif; ?>
0 commit comments