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');
6363 <button type="button" role="add-address" title="<?= $ block ->escapeHtmlAttr (__ ('Add New Address ' )) ?> " class="action primary add"><span><?= $ block ->escapeHtml (__ ('Add New Address ' )) ?> </span></button>
6464 </div>
6565 <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>
6767 </div>
6868</div>
6969<script type="text/x-magento-init">
You can’t perform that action at this time.
0 commit comments