Skip to content

Commit

Permalink
Improves the UX by moving the customer to the Dashboard's Recent Orders
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Feb 14, 2019
1 parent 37ad124 commit 67ef38c
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 67ef38c

Please sign in to comment.