Skip to content

Commit

Permalink
ENGCOM-4201: [Sales] Improves the UX by scrolling down the customer t…
Browse files Browse the repository at this point in the history
…o the Recent Orders #21100
  • Loading branch information
sidolov authored Feb 13, 2019
2 parents 3fb0c69 + 6590596 commit 44b3677
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 44b3677

Please sign in to comment.