Skip to content

Commit

Permalink
ENGCOM-4266: [Backport] [Sales] Improves the UX by scrolling down the…
Browse files Browse the repository at this point in the history
… customer to the Recent Orders #21224
  • Loading branch information
sivaschenko authored Feb 15, 2019
2 parents 31a2aed + 6668d76 commit 2c57c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</button>
</div>
<div class="secondary">
<a class="action view" href="<?= /* @escapeNotVerified */ $block->getUrl('customer/account') ?>">
<a class="action view" href="<?= /* @escapeNotVerified */ $block->getUrl('customer/account') ?>#my-orders-table">
<span><?= /* @escapeNotVerified */ __('View All') ?></span>
</a>
</div>
Expand Down

0 comments on commit 2c57c0d

Please sign in to comment.