Skip to content

Commit

Permalink
Move customer.account.dashboard.info.extra block to contact information
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen authored May 1, 2018
1 parent 60a4372 commit 02ef628
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<?= $block->escapeHtml($block->getName()) ?><br>
<?= $block->escapeHtml($block->getCustomer()->getEmail()) ?><br>
</p>
<?= $block->getChildHtml('customer.account.dashboard.info.extra'); ?>
</div>
<div class="box-actions">
<a class="action edit" href="<?= $block->escapeUrl($block->getUrl('customer/account/edit')) ?>">
Expand All @@ -43,8 +44,6 @@
<?= $block->escapeHtml(__('You aren\'t subscribed to our newsletter.')) ?>
<?php endif; ?>
</p>
<?php /* Extensions placeholder */ ?>
<?= $block->getChildHtml('customer.account.dashboard.info.extra') ?>
</div>
<div class="box-actions">
<a class="action edit" href="<?= $block->escapeUrl($block->getUrl('newsletter/manage')) ?>"><span><?= $block->escapeHtml(__('Edit')) ?></span></a>
Expand Down

0 comments on commit 02ef628

Please sign in to comment.