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 9845b2b commit 5016ad6Copy full SHA for 5016ad6
app/code/Magento/Checkout/view/frontend/templates/cart/item/renderer/actions/edit.phtml
@@ -12,8 +12,6 @@
12
<a class="action action-edit"
13
href="<?= /* @escapeNotVerified */ $block->getConfigureUrl() ?>"
14
title="<?= $block->escapeHtml(__('Edit item parameters')) ?>">
15
- <span>
16
- <?= /* @escapeNotVerified */ __('Edit') ?>
17
- </span>
18
- </a>
+ <span><?= /* @escapeNotVerified */ __('Edit') ?></span>
+ </a>
19
<?php endif ?>
0 commit comments