File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Customer/view/frontend/templates/address Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ $customerAddressView = $block->getData('customer_address');
63
63
<button type="button" role="add-address" title="<?= $ block ->escapeHtmlAttr (__ ('Add New Address ' )) ?> " class="action primary add"><span><?= $ block ->escapeHtml (__ ('Add New Address ' )) ?> </span></button>
64
64
</div>
65
65
<div class="secondary">
66
- <a class="action back" href="<?= $ block ->escapeUrl ($ block ->getBackUrl ( )) ?> "><span><?= $ block ->escapeHtml (__ ('Back ' )) ?> </span></a>
66
+ <a class="action back" href="<?= $ block ->escapeUrl ($ block ->getUrl ( ' customer/account ' )) ?> "><span><?= $ block ->escapeHtml (__ ('Back ' )) ?> </span></a>
67
67
</div>
68
68
</div>
69
69
<script type="text/x-magento-init">
You can’t perform that action at this time.
0 commit comments