File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Customer/view/frontend/templates/account/dashboard Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 20
20
<?= $ block ->escapeHtml ($ block ->getName ()) ?> <br>
21
21
<?= $ block ->escapeHtml ($ block ->getCustomer ()->getEmail ()) ?> <br>
22
22
</p>
23
+ <?= $ block ->getChildHtml ('customer.account.dashboard.info.extra ' ); ?>
23
24
</div>
24
25
<div class="box-actions">
25
26
<a class="action edit" href="<?= $ block ->escapeUrl ($ block ->getUrl ('customer/account/edit ' )) ?> ">
43
44
<?= $ block ->escapeHtml (__ ('You aren \'t subscribed to our newsletter. ' )) ?>
44
45
<?php endif ; ?>
45
46
</p>
46
- <?php /* Extensions placeholder */ ?>
47
- <?= $ block ->getChildHtml ('customer.account.dashboard.info.extra ' ) ?>
48
47
</div>
49
48
<div class="box-actions">
50
49
<a class="action edit" href="<?= $ block ->escapeUrl ($ block ->getUrl ('newsletter/manage ' )) ?> "><span><?= $ block ->escapeHtml (__ ('Edit ' )) ?> </span></a>
You can’t perform that action at this time.
0 commit comments